feat: 第一次提交,带登录

This commit is contained in:
limian
2025-04-11 16:53:24 +08:00
parent 57e2074dba
commit d69adde4ae
22 changed files with 588 additions and 11 deletions
+20 -10
View File
@@ -1,11 +1,21 @@
# ---> Vue
# gitignore template for Vue.js projects
#
# Recommended template: Node.gitignore
# TODO: where does this rule come from?
docs/_book
# TODO: where does this rule come from?
test/
.DS_Store
node_modules/
dist/
admindb/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/test/unit/coverage/
/test/e2e/reports/
selenium-debug.log
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
package-lock.json
.env.production.local
.vs/