init
Showing
.env.development
0 → 100644
.env.production
0 → 100644
.eslintrc.js
0 → 100644
.github/workflows/main.yml
0 → 100644
.gitignore
0 → 100644
.husky/commit-msg
0 → 100644
.husky/lintstagedrc.js
0 → 100644
.prettierrc.json
0 → 100644
.vscode/extensions.json
0 → 100644
.vscode/vue3.2.code-snippets
0 → 100644
commitlint.config.js
0 → 100644
components.d.ts
0 → 100644
37.7 KB
70.2 KB
73.4 KB
52.8 KB
22.6 KB
51.4 KB
env.d.ts
0 → 100644
index.html
0 → 100644
mock/list.mock.ts
0 → 100644
package.json
0 → 100644
pnpm-lock.yaml
0 → 100644
This diff is collapsed.
postcss.config.js
0 → 100644
public/favicon.ico
0 → 100644
15 KB
src/App.vue
0 → 100644
src/api/common/index.ts
0 → 100644
src/api/hysyf/index.ts
0 → 100644
src/api/mock/index.ts
0 → 100644
src/assets/bg.png
0 → 100644
171 KB
src/assets/brand1.png
0 → 100644
13.8 KB
src/assets/brand2.png
0 → 100644
14.4 KB
src/assets/brand3.png
0 → 100644
12.3 KB
src/assets/brand4.png
0 → 100644
13.9 KB
src/assets/brand5.png
0 → 100644
14.8 KB
src/assets/brand6.png
0 → 100644
15 KB
src/assets/logo.png
0 → 100644
12.4 KB
src/enums/requestEnum.ts
0 → 100644
src/icons/svg/check-in.svg
0 → 100644
src/icons/svg/dark.svg
0 → 100644
src/icons/svg/github.svg
0 → 100644
src/icons/svg/light.svg
0 → 100644
src/icons/svg/link.svg
0 → 100644
src/icons/svgo.yml
0 → 100644
src/layout/index.vue
0 → 100644
src/main.ts
0 → 100644
src/router/index.ts
0 → 100644
src/router/routes.ts
0 → 100644
src/settings.ts
0 → 100644
src/store/index.ts
0 → 100644
src/styles/index.less
0 → 100644
src/styles/mixin.less
0 → 100644
src/styles/variables.less
0 → 100644
src/utils/dict.ts
0 → 100644
src/utils/http/index.ts
0 → 100644
src/utils/progress.ts
0 → 100644
src/utils/set-page-title.ts
0 → 100644
src/utils/validate.ts
0 → 100644
This diff is collapsed.
src/views/home/index.vue
0 → 100644
src/views/result/index.vue
0 → 100644
src/views/tab/index.vue
0 → 100644
tsconfig.config.json
0 → 100644
tsconfig.json
0 → 100644
types/global.d.ts
0 → 100644
types/index.d.ts
0 → 100644
unocss.config.ts
0 → 100644
vite.config.ts
0 → 100644