Update README.md

This commit is contained in:
thehrz 2023-06-23 14:31:47 +08:00
parent cecf4339fb
commit af20021657
No known key found for this signature in database
GPG Key ID: 683658B4CAC43158

View File

@ -1,63 +1,3 @@
# 19yuke2-vue
合肥市南园学校19预科2班纪念站点项目
## 项目结构
```
19yuke2-vue
├─.dockerignore
├─.editorconfig
├─.eslintrc
├─.gitignore
├─.npmrc
├─cypress.config.ts
├─Dockerfile
├─index.html
├─LICENSE
├─package.json
├─pnpm-lock.yaml
├─README.md
├─tsconfig.json
├─unocss.config.ts
├─vite.config.ts
├─test
├─src
| ├─App.vue
| ├─auto-imports.d.ts
| ├─components.d.ts
| ├─main.ts
| ├─shims.d.ts
| ├─types.ts
| ├─styles
| | ├─main.css
| | └markdown.css
| ├─posts
| | └contribute.md
| ├─plugins
| | └vuetify.ts
| ├─pages
| | ├─about.md
| | └index.md
| ├─modules
| | ├─i18n.ts
| | ├─nprogress.ts
| | └pwa.ts
| ├─layouts
| | ├─404.vue
| | └default.vue
| ├─composables
| | └dark.ts
| ├─components
| | ├─Footer.vue
| | └Nav.vue
├─public
├─locales
| ├─en.yml
| └zh-CN.yml
├─dist
├─.vscode
| └settings.json
├─.github
| ├─workflows
| | └ci.yml
```