first commit

This commit is contained in:
2026-01-08 14:58:16 +08:00
commit 556e5d64aa
9575 changed files with 1621095 additions and 0 deletions
@@ -0,0 +1,19 @@
<!--#
layout("/layouts/platform.html"){
#-->
<div id="app" v-cloak>
<file-upload upload_mode="drag"></file-upload>
</div>
<script nonce="${cspNonce!}">
new Vue({
el: "#app",
data() {
return {}
},
methods: {},
created() {}
})
</script>
<style scoped></style>
<!--# } #-->