first commit

This commit is contained in:
2026-09-09 09:14:28 +08:00
commit 5343198112
5199 changed files with 1052895 additions and 0 deletions
@@ -0,0 +1,16 @@
<!--#
layout("/layouts/platform.html"){
#-->
<div id="app" v-cloak>
<el-alert
title="对不起,服务器异常,请联系管理员。"
type="error">
</el-alert>
</div>
<script>
new Vue({
el: "#app"
});
</script>
<!--#}#-->