This commit is contained in:
六如
2024-12-22 23:09:46 +08:00
parent 02fb5a9e85
commit 403e8111f4
1239 changed files with 4764 additions and 702 deletions

0
sop-admin/sop-admin-frontend/.browserslistrc Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/.dockerignore Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/.editorconfig Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/.env Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/.env.development Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/.env.production Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/.env.staging Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/.gitignore vendored Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/.husky/common.sh Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/.lintstagedrc Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/.markdownlint.json Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/.npmrc Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/.nvmrc Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/.prettierrc.js Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/.stylelintignore Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/.vscode/extensions.json vendored Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/.vscode/settings.json vendored Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/.vscode/vue3.0.code-snippets vendored Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/.vscode/vue3.2.code-snippets vendored Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/.vscode/vue3.3.code-snippets vendored Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/Dockerfile Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/LICENSE Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/README.md Normal file → Executable file
View File

View File

@@ -0,0 +1,2 @@
# 构建
sudo pnpm build

0
sop-admin/sop-admin-frontend/build/cdn.ts Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/build/compress.ts Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/build/info.ts Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/build/optimize.ts Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/build/plugins.ts Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/build/utils.ts Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/commitlint.config.js Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/eslint.config.js Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/index.html Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/locales/en.yaml Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/locales/zh-CN.yaml Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/mock/asyncRoutes.ts Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/mock/login.ts Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/mock/refreshToken.ts Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/package.json Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/pnpm-lock.yaml generated Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/postcss.config.js Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/public/favicon.ico Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

0
sop-admin/sop-admin-frontend/public/logo.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

0
sop-admin/sop-admin-frontend/src/App.vue Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/src/api/doc.ts Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/src/api/docSetting.ts Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/src/api/isvList.ts Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/src/api/permGroup.ts Normal file → Executable file
View File

View File

0
sop-admin/sop-admin-frontend/src/api/routes.ts Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/src/api/serveApi.ts Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/src/api/sysAdminUser.ts Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/src/api/system.ts Normal file → Executable file
View File

0
sop-admin/sop-admin-frontend/src/api/user.ts Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

Before

Width:  |  Height:  |  Size: 706 B

After

Width:  |  Height:  |  Size: 706 B

0
sop-admin/sop-admin-frontend/src/assets/login/bg.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

0
sop-admin/sop-admin-frontend/src/assets/status/403.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

0
sop-admin/sop-admin-frontend/src/assets/status/404.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

0
sop-admin/sop-admin-frontend/src/assets/status/500.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 533 B

After

Width:  |  Height:  |  Size: 533 B

0
sop-admin/sop-admin-frontend/src/assets/svg/dark.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 262 B

After

Width:  |  Height:  |  Size: 262 B

0
sop-admin/sop-admin-frontend/src/assets/svg/day.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 435 B

After

Width:  |  Height:  |  Size: 435 B

View File

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 351 B

View File

Before

Width:  |  Height:  |  Size: 327 B

After

Width:  |  Height:  |  Size: 327 B

View File

Before

Width:  |  Height:  |  Size: 302 B

After

Width:  |  Height:  |  Size: 302 B

View File

Before

Width:  |  Height:  |  Size: 826 B

After

Width:  |  Height:  |  Size: 826 B

View File

Before

Width:  |  Height:  |  Size: 379 B

After

Width:  |  Height:  |  Size: 379 B

0
sop-admin/sop-admin-frontend/src/assets/svg/system.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 605 B

After

Width:  |  Height:  |  Size: 605 B

View File

Before

Width:  |  Height:  |  Size: 439 B

After

Width:  |  Height:  |  Size: 439 B

View File

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 392 B

View File

Before

Width:  |  Height:  |  Size: 161 B

After

Width:  |  Height:  |  Size: 161 B

View File

Before

Width:  |  Height:  |  Size: 235 B

After

Width:  |  Height:  |  Size: 235 B

View File

Before

Width:  |  Height:  |  Size: 840 B

After

Width:  |  Height:  |  Size: 840 B

0
sop-admin/sop-admin-frontend/src/assets/user.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

Before

Width:  |  Height:  |  Size: 346 B

After

Width:  |  Height:  |  Size: 346 B

View File

Before

Width:  |  Height:  |  Size: 325 B

After

Width:  |  Height:  |  Size: 325 B

View File

Before

Width:  |  Height:  |  Size: 343 B

After

Width:  |  Height:  |  Size: 343 B

View File

Before

Width:  |  Height:  |  Size: 350 B

After

Width:  |  Height:  |  Size: 350 B

View File

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 338 B

View File

Before

Width:  |  Height:  |  Size: 323 B

After

Width:  |  Height:  |  Size: 323 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 417 B

After

Width:  |  Height:  |  Size: 417 B

Some files were not shown because too many files have changed in this diff Show More