上传文件至 /

This commit is contained in:
wgf
2026-03-06 06:03:12 +00:00
parent 070ba827a5
commit ef47687d91
5 changed files with 993 additions and 0 deletions

4
main.js Normal file
View File

@@ -0,0 +1,4 @@
import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount('#app')