Merge branch 'main' of https://gitlab.yiring.com/hntq/hntq-v5 into dev_ccy
正在显示
.npmrc
0 → 100644
.nvmrc
0 → 100644
.vscode/extensions.json
0 → 100644
build/vite/unocss.ts
0 → 100644
favicon.ico
0 → 100644
File added
File added
logo.png
0 → 100644
17.8 KB
| ... | @@ -57,6 +57,7 @@ | ... | @@ -57,6 +57,7 @@ |
| "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/", | "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/", | ||
| "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js", | "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js", | ||
| "log": "conventional-changelog -p angular -i CHANGELOG.md -s", | "log": "conventional-changelog -p angular -i CHANGELOG.md -s", | ||
| "u": "pnpx @dcloudio/uvm vue3", | |||
| "prepare": "husky install" | "prepare": "husky install" | ||
| }, | }, | ||
| "config": { | "config": { | ||
| ... | @@ -65,90 +66,98 @@ | ... | @@ -65,90 +66,98 @@ |
| } | } | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@dcloudio/uni-app": "3.0.0-alpha-3061620230106001", | "@dcloudio/uni-app": "3.0.0-alpha-3080320230523001", | ||
| "@dcloudio/uni-app-plus": "3.0.0-alpha-3061620230106001", | "@dcloudio/uni-app-plus": "3.0.0-alpha-3080320230523001", | ||
| "@dcloudio/uni-components": "3.0.0-alpha-3061620230106001", | "@dcloudio/uni-components": "3.0.0-alpha-3080320230523001", | ||
| "@dcloudio/uni-h5": "3.0.0-alpha-3061620230106001", | "@dcloudio/uni-h5": "3.0.0-alpha-3080320230523001", | ||
| "@dcloudio/uni-mp-alipay": "3.0.0-alpha-3061620230106001", | "@dcloudio/uni-mp-alipay": "3.0.0-alpha-3080320230523001", | ||
| "@dcloudio/uni-mp-baidu": "3.0.0-alpha-3061620230106001", | "@dcloudio/uni-mp-baidu": "3.0.0-alpha-3080320230523001", | ||
| "@dcloudio/uni-mp-kuaishou": "3.0.0-alpha-3061620230106001", | "@dcloudio/uni-mp-jd": "3.0.0-alpha-3080320230523001", | ||
| "@dcloudio/uni-mp-lark": "3.0.0-alpha-3061620230106001", | "@dcloudio/uni-mp-kuaishou": "3.0.0-alpha-3080320230523001", | ||
| "@dcloudio/uni-mp-qq": "3.0.0-alpha-3061620230106001", | "@dcloudio/uni-mp-lark": "3.0.0-alpha-3080320230523001", | ||
| "@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3061620230106001", | "@dcloudio/uni-mp-qq": "3.0.0-alpha-3080320230523001", | ||
| "@dcloudio/uni-mp-weixin": "3.0.0-alpha-3061620230106001", | "@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3080320230523001", | ||
| "@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3061620230106001", | "@dcloudio/uni-mp-weixin": "3.0.0-alpha-3080320230523001", | ||
| "@dcloudio/uni-ui": "^1.4.23", | "@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3080320230523001", | ||
| "@vue/runtime-core": "^3.2.45", | "@dcloudio/uni-ui": "^1.4.27", | ||
| "@vueuse/core": "^9.10.0", | "@faker-js/faker": "^8.0.2", | ||
| "axios": "^0.26.1", | "@vue/runtime-core": "~3.2.47", | ||
| "@vueuse/core": "^10.1.2", | |||
| "axios": "^1.4.0", | |||
| "crypto-js": "^4.1.1", | |||
| "dayjs": "^1.11.7", | "dayjs": "^1.11.7", | ||
| "lodash-es": "^4.17.21", | "lodash-es": "^4.17.21", | ||
| "mockjs": "^1.1.0", | "nanoid": "^4.0.2", | ||
| "nanoid": "^4.0.0", | "pinia": "~2.0.36", | ||
| "pinia": "^2.0.28", | |||
| "qs": "~6.9.7", | "qs": "~6.9.7", | ||
| "stompjs": "^2.3.3", | "stompjs": "^2.3.3", | ||
| "urijs": "^1.19.11", | "urijs": "^1.19.11", | ||
| "vue": "^3.2.45", | "vue": "~3.2.47", | ||
| "vue-i18n": "^9.2.2", | "vue-i18n": "^9.2.2", | ||
| "vue-types": "^5.0.2" | "vue-request": "2.0.0-rc.4", | ||
| "vue-types": "^5.0.3" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@commitlint/cli": "^17.4.0", | "@antfu/eslint-config": "^0.39.3", | ||
| "@commitlint/config-conventional": "^17.4.0", | "@commitlint/cli": "^17.6.3", | ||
| "@dcloudio/types": "^3.2.7", | "@commitlint/config-conventional": "^17.6.3", | ||
| "@dcloudio/uni-automator": "3.0.0-alpha-3061620230106001", | "@dcloudio/types": "^3.3.3", | ||
| "@dcloudio/uni-cli-shared": "3.0.0-alpha-3061620230106001", | "@dcloudio/uni-automator": "3.0.0-alpha-3080320230523001", | ||
| "@dcloudio/uni-cli-shared": "3.0.0-alpha-3080320230523001", | |||
| "@dcloudio/uni-helper-json": "^1.0.13", | "@dcloudio/uni-helper-json": "^1.0.13", | ||
| "@dcloudio/vite-plugin-uni": "3.0.0-alpha-3061620230106001", | "@dcloudio/uni-stacktracey": "3.0.0-alpha-3080320230523001", | ||
| "@types/lodash-es": "^4.17.6", | "@dcloudio/vite-plugin-uni": "3.0.0-alpha-3080320230523001", | ||
| "@types/mockjs": "^1.0.7", | "@iconify/json": "^2.2.71", | ||
| "@types/node": "^18.11.18", | "@types/crypto-js": "^4.1.1", | ||
| "@types/lodash-es": "^4.17.7", | |||
| "@types/node": "^18.16.16", | |||
| "@types/prettier": "^2.7.2", | "@types/prettier": "^2.7.2", | ||
| "@types/qs": "^6.9.7", | "@types/qs": "^6.9.7", | ||
| "@types/stompjs": "^2.3.5", | "@types/stompjs": "^2.3.5", | ||
| "@types/urijs": "^1.19.19", | "@types/urijs": "^1.19.19", | ||
| "@typescript-eslint/eslint-plugin": "^5.48.0", | "@typescript-eslint/eslint-plugin": "^5.59.8", | ||
| "@typescript-eslint/parser": "^5.48.0", | "@typescript-eslint/parser": "^5.59.8", | ||
| "commitizen": "^4.2.6", | "commitizen": "^4.3.0", | ||
| "conventional-changelog-cli": "^2.2.2", | "conventional-changelog-cli": "^2.2.2", | ||
| "cz-conventional-changelog": "^3.3.0", | "cz-conventional-changelog": "^3.3.0", | ||
| "cz-customizable": "^7.0.0", | "cz-customizable": "^7.0.0", | ||
| "cz-git": "^1.4.1", | "cz-git": "^1.6.1", | ||
| "czg": "^1.4.1", | "czg": "^1.6.1", | ||
| "dotenv": "^16.0.3", | "dotenv": "^16.0.3", | ||
| "eslint": "^8.31.0", | "eslint": "^8.41.0", | ||
| "eslint-config-prettier": "^8.6.0", | "eslint-config-prettier": "^8.8.0", | ||
| "eslint-plugin-prettier": "^4.2.1", | "eslint-plugin-prettier": "^4.2.1", | ||
| "eslint-plugin-vue": "^9.8.0", | "eslint-plugin-vue": "^9.14.1", | ||
| "husky": "^8.0.3", | "husky": "^8.0.3", | ||
| "jest": "27.0.4", | |||
| "jest-environment-node": "27.5.1", | |||
| "less": "^4.1.3", | "less": "^4.1.3", | ||
| "lint-staged": "^13.1.0", | "lint-staged": "^13.2.2", | ||
| "npm-run-all": "^4.1.5", | "npm-run-all": "^4.1.5", | ||
| "picocolors": "^1.0.0", | "picocolors": "^1.0.0", | ||
| "pont-engine": "^1.5.4", | "pont-engine": "^1.5.10", | ||
| "postcss": "^8.4.21", | "postcss": "^8.4.24", | ||
| "postcss-html": "^1.5.0", | "postcss-html": "^1.5.0", | ||
| "postcss-less": "^6.0.0", | "postcss-less": "^6.0.0", | ||
| "prettier": "^2.8.2", | "prettier": "^2.8.8", | ||
| "rimraf": "^3.0.2", | "rimraf": "^5.0.1", | ||
| "sass": "^1.57.1", | "sass": "^1.62.1", | ||
| "sort-package-json": "^2.1.0", | "sort-package-json": "^2.4.1", | ||
| "stylelint": "^14.16.1", | "stylelint": "^15.6.2", | ||
| "stylelint-config-html": "^1.1.0", | "stylelint-config-html": "^1.1.0", | ||
| "stylelint-config-prettier": "^9.0.4", | "stylelint-config-recommended": "^12.0.0", | ||
| "stylelint-config-recommended": "^9.0.0", | "stylelint-config-standard": "^33.0.0", | ||
| "stylelint-config-standard": "^29.0.0", | "stylelint-order": "^6.0.3", | ||
| "stylelint-order": "^5.0.0", | "typescript": "^5.0.4", | ||
| "stylus": "^0.59.0", | "unocss": "^0.52.4", | ||
| "terser": "^5.16.1", | "unocss-preset-weapp": "^0.6.3", | ||
| "typescript": "^4.9.4", | "unplugin-auto-import": "^0.16.2", | ||
| "unplugin-auto-import": "^0.12.1", | "unplugin-vue-components": "^0.24.1", | ||
| "unplugin-vue-components": "^0.22.12", | "vite": "^4.3.9", | ||
| "vite": "^4.0.4", | "vue-eslint-parser": "^9.3.0" | ||
| "vue-eslint-parser": "^9.1.0" | |||
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node": ">=14" | "node": ">=16", | ||
| "pnpm": ">=8.1.0" | |||
| } | } | ||
| } | } |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
差异被折叠。
点击展开。
src/api/services/mods/auth/safe.ts
0 → 100644
src/api/services/mods/dict/add.ts
0 → 100644
src/api/services/mods/dict/find.ts
0 → 100644
src/api/services/mods/dict/index.ts
0 → 100644
src/api/services/mods/dict/modify.ts
0 → 100644
src/api/services/mods/dict/page.ts
0 → 100644
src/api/services/mods/dict/selector.ts
0 → 100644
src/api/services/mods/dictItem/add.ts
0 → 100644
src/api/services/mods/dictItem/find.ts
0 → 100644
src/api/services/mods/dictItem/index.ts
0 → 100644
src/api/services/mods/dictItem/modify.ts
0 → 100644
src/api/services/mods/dictItem/page.ts
0 → 100644
src/api/services/mods/dictItem/remove.ts
0 → 100644
src/api/services/mods/dictItem/selector.ts
0 → 100644
src/api/services/mods/example/upload.ts
0 → 100644
src/api/services/mods/role/remove.ts
0 → 100644
src/components/CacheImage/index.vue
0 → 100644
src/components/Icon/index.vue
0 → 100644
src/components/IndexList/.gitkeep
0 → 100644
src/components/ThumbnailPreview/index.vue
0 → 100644
src/components/ThumbnailPreview/utils.ts
0 → 100644
src/components/firstui/README.md
0 → 100644
src/components/firstui/fui-link/fui-link.vue
0 → 100644
差异被折叠。
点击展开。
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/hooks/app/useRuntime.ts
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/uni_modules/uni-config-center/readme.md
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/uni_modules/uni-id-common/changelog.md
0 → 100644
差异被折叠。
点击展开。
src/uni_modules/uni-id-common/package.json
0 → 100644
差异被折叠。
点击展开。
src/uni_modules/uni-id-common/readme.md
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
types/uni-components.d.ts
deleted
100644 → 0
差异被折叠。
点击展开。
types/uni.d.ts
0 → 100644
差异被折叠。
点击展开。
unocss.config.ts
0 → 100644
差异被折叠。
点击展开。
unpackage/res/icons/1024x1024.png
0 → 100644
差异被折叠。
点击展开。
unpackage/res/icons/120x120.png
0 → 100644
差异被折叠。
点击展开。
unpackage/res/icons/144x144.png
0 → 100644
差异被折叠。
点击展开。
unpackage/res/icons/152x152.png
0 → 100644
差异被折叠。
点击展开。
unpackage/res/icons/167x167.png
0 → 100644
差异被折叠。
点击展开。
unpackage/res/icons/180x180.png
0 → 100644
差异被折叠。
点击展开。
unpackage/res/icons/192x192.png
0 → 100644
差异被折叠。
点击展开。
unpackage/res/icons/20x20.png
0 → 100644
差异被折叠。
点击展开。
unpackage/res/icons/29x29.png
0 → 100644
差异被折叠。
点击展开。
unpackage/res/icons/40x40.png
0 → 100644
差异被折叠。
点击展开。
unpackage/res/icons/58x58.png
0 → 100644
差异被折叠。
点击展开。
unpackage/res/icons/60x60.png
0 → 100644
差异被折叠。
点击展开。
unpackage/res/icons/72x72.png
0 → 100644
差异被折叠。
点击展开。
unpackage/res/icons/76x76.png
0 → 100644
差异被折叠。
点击展开。
unpackage/res/icons/80x80.png
0 → 100644
差异被折叠。
点击展开。
unpackage/res/icons/87x87.png
0 → 100644
差异被折叠。
点击展开。
unpackage/res/icons/96x96.png
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。