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,17 @@
<!--#
layout("/layouts/platform.html"){
#-->
<div id="app" v-cloak>
<div style="text-align: center;">
<img src="https://el-admin.xin/static/img/404.a57b6f31.png" />
</div>
</div>
<script>
new Vue({
el: "#app"
});
</script>
<style>
</style>
<!--#}#-->