init: init
Showing
.commitlintrc.js
0 → 100644
.editorconfig
0 → 100644
.env
0 → 100644
.env.development
0 → 100644
.env.production
0 → 100644
.eslintignore
0 → 100644
.eslintrc-auto-import.json
0 → 100644
This diff was suppressed by a .gitattributes entry.
.eslintrc.js
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.husky/.gitignore
0 → 100644
.husky/commit-msg
0 → 100644
.husky/pre-commit
0 → 100644
.npmrc
0 → 100644
.prettierignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
README.zh-CN.md
0 → 100644
index.html
0 → 100644
locales/en.json
0 → 100644
This diff was suppressed by a .gitattributes entry.
locales/zh-cn.json
0 → 100644
This diff was suppressed by a .gitattributes entry.
package.json
0 → 100644
This diff was suppressed by a .gitattributes entry.
pnpm-lock.yaml
0 → 100644
This diff was suppressed by a .gitattributes entry.
presets/presets.ts
0 → 100644
prettier.config.js
0 → 100644
public/favicon.svg
0 → 100644
This diff was suppressed by a .gitattributes entry.
public/icon.jpg
0 → 100644
This diff was suppressed by a .gitattributes entry.
src/App.vue
0 → 100644
src/api/adapter/localhost.ts
0 → 100644
src/api/code.ts
0 → 100644
src/api/http.ts
0 → 100644
src/assets/styles/dark.scss
0 → 100644
src/assets/styles/index.scss
0 → 100644
src/assets/svg/vitecamp.svg
0 → 100644
This diff was suppressed by a .gitattributes entry.
src/auto-imports.d.ts
0 → 100644
src/components.d.ts
0 → 100644
src/components/EnProcess.md
0 → 100644
src/components/TheFooter.vue
0 → 100644
src/components/ZhProcess.md
0 → 100644
src/constant/http.ts
0 → 100644
src/constant/index.ts
0 → 100644
src/env.d.ts
0 → 100644
src/interface/http.ts
0 → 100644
src/interface/index.ts
0 → 100644
src/main.ts
0 → 100644
src/router/index.ts
0 → 100644
src/router/route.async.ts
0 → 100644
src/router/route.common.ts
0 → 100644
src/store/base.ts
0 → 100644
src/store/index.ts
0 → 100644
src/store/type.ts
0 → 100644
src/types/index.ts
0 → 100644
src/utils/dark.ts
0 → 100644
src/utils/format.ts
0 → 100644
src/utils/index.ts
0 → 100644
src/utils/message.ts
0 → 100644
src/utils/time.ts
0 → 100644
src/utils/vueTools.ts
0 → 100644
src/views/exception/401.vue
0 → 100644
src/views/exception/404.vue
0 → 100644
src/views/home/HomeIndex.vue
0 → 100644
tsconfig.json
0 → 100644
This diff was suppressed by a .gitattributes entry.
vite.config.ts
0 → 100644
windi.config.ts
0 → 100644
Please
register
or
sign in
to comment