init: Initialize the basic project.

This commit is contained in:
2026-01-06 09:58:29 +08:00
commit 1ab79d6f8f
1441 changed files with 129326 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<template>
<a-card> 被放开的一个界面 </a-card>
</template>
<script>
export default {
name: 'Other'
}
</script>