Merge remote-tracking branch 'yudao/dev' into dev-to-dev
Showing
| { | { | ||
| "name": "yudao-ui-admin-vue3", | "name": "yudao-ui-admin-vue3", | ||
| "version": "1.8.0-snapshot", | "version": "1.8.2-snapshot", | ||
| "description": "基于vue3、vite4、element-plus、typesScript", | "description": "基于vue3、vite4、element-plus、typesScript", | ||
| "author": "xingyu", | "author": "xingyu", | ||
| "private": false, | "private": false, | ||
| ... | @@ -22,32 +22,32 @@ | ... | @@ -22,32 +22,32 @@ |
| "clean:cache": "npx rimraf node_modules/.cache", | "clean:cache": "npx rimraf node_modules/.cache", | ||
| "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src", | "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src", | ||
| "lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"", | "lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"", | ||
| "lint:style": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/", | "lint:style": "stylelint --fix \"./src/**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/", | ||
| "lint:lint-staged": "lint-staged -c " | "lint:lint-staged": "lint-staged -c " | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@element-plus/icons-vue": "^2.1.0", | "@element-plus/icons-vue": "^2.1.0", | ||
| "@form-create/designer": "^3.1.0", | "@form-create/designer": "^3.1.3", | ||
| "@form-create/element-ui": "^3.1.17", | "@form-create/element-ui": "^3.1.24", | ||
| "@iconify/iconify": "^3.1.1", | "@iconify/iconify": "^3.1.1", | ||
| "@videojs-player/vue": "^1.0.0", | "@videojs-player/vue": "^1.0.0", | ||
| "@vueuse/core": "^10.4.1", | "@vueuse/core": "^10.4.1", | ||
| "@wangeditor/editor": "^5.1.23", | "@wangeditor/editor": "^5.1.23", | ||
| "@wangeditor/editor-for-vue": "^5.1.10", | "@wangeditor/editor-for-vue": "^5.1.10", | ||
| "@zxcvbn-ts/core": "^3.0.3", | "@zxcvbn-ts/core": "^3.0.4", | ||
| "animate.css": "^4.1.1", | "animate.css": "^4.1.1", | ||
| "axios": "^1.5.0", | "axios": "^1.5.0", | ||
| "benz-amr-recorder": "^1.1.5", | "benz-amr-recorder": "^1.1.5", | ||
| "bpmn-js-token-simulation": "^0.10.0", | "bpmn-js-token-simulation": "^0.10.0", | ||
| "camunda-bpmn-moddle": "^7.0.1", | "camunda-bpmn-moddle": "^7.0.1", | ||
| "cropperjs": "^1.6.0", | "cropperjs": "^1.6.1", | ||
| "crypto-js": "^4.1.1", | "crypto-js": "^4.1.1", | ||
| "dayjs": "^1.11.9", | "dayjs": "^1.11.10", | ||
| "diagram-js": "^12.3.0", | "diagram-js": "^12.3.0", | ||
| "echarts": "^5.4.3", | "echarts": "^5.4.3", | ||
| "echarts-wordcloud": "^2.1.0", | "echarts-wordcloud": "^2.1.0", | ||
| "element-plus": "2.3.12", | "element-plus": "2.3.14", | ||
| "fast-xml-parser": "^4.2.7", | "fast-xml-parser": "^4.3.0", | ||
| "highlight.js": "^11.8.0", | "highlight.js": "^11.8.0", | ||
| "intro.js": "^7.2.0", | "intro.js": "^7.2.0", | ||
| "jsencrypt": "^3.3.2", | "jsencrypt": "^3.3.2", | ||
| ... | @@ -59,12 +59,12 @@ | ... | @@ -59,12 +59,12 @@ |
| "qrcode": "^1.5.3", | "qrcode": "^1.5.3", | ||
| "qs": "^6.11.2", | "qs": "^6.11.2", | ||
| "steady-xml": "^0.1.0", | "steady-xml": "^0.1.0", | ||
| "url": "^0.11.1", | "url": "^0.11.3", | ||
| "video.js": "^7.21.5", | "video.js": "^7.21.5", | ||
| "vue": "3.3.4", | "vue": "^3.3.4", | ||
| "vue-dompurify-html": "^4.1.4", | "vue-dompurify-html": "^4.1.4", | ||
| "vue-i18n": "9.2.2", | "vue-i18n": "^9.4.1", | ||
| "vue-router": "^4.2.4", | "vue-router": "^4.2.5", | ||
| "vue-types": "^5.1.1", | "vue-types": "^5.1.1", | ||
| "vuedraggable": "^4.1.0", | "vuedraggable": "^4.1.0", | ||
| "web-storage-cache": "^1.1.1", | "web-storage-cache": "^1.1.1", | ||
| ... | @@ -73,50 +73,51 @@ | ... | @@ -73,50 +73,51 @@ |
| "devDependencies": { | "devDependencies": { | ||
| "@commitlint/cli": "^17.7.1", | "@commitlint/cli": "^17.7.1", | ||
| "@commitlint/config-conventional": "^17.7.0", | "@commitlint/config-conventional": "^17.7.0", | ||
| "@iconify/json": "^2.2.107", | "@iconify/json": "^2.2.119", | ||
| "@intlify/unplugin-vue-i18n": "^0.12.3", | "@intlify/unplugin-vue-i18n": "^1.2.0", | ||
| "@purge-icons/generated": "^0.9.0", | "@purge-icons/generated": "^0.9.0", | ||
| "@types/intro.js": "^5.1.1", | "@types/intro.js": "^5.1.1", | ||
| "@types/lodash-es": "^4.17.8", | "@types/lodash-es": "^4.17.9", | ||
| "@types/node": "^20.5.0", | "@types/node": "^20.6.0", | ||
| "@types/nprogress": "^0.2.0", | "@types/nprogress": "^0.2.0", | ||
| "@types/qrcode": "^1.5.1", | "@types/qrcode": "^1.5.2", | ||
| "@types/qs": "^6.9.7", | "@types/qs": "^6.9.8", | ||
| "@typescript-eslint/eslint-plugin": "^6.4.1", | "@typescript-eslint/eslint-plugin": "^6.7.2", | ||
| "@typescript-eslint/parser": "^6.4.1", | "@typescript-eslint/parser": "^6.7.2", | ||
| "@unocss/transformer-variant-group": "^0.55.3", | "@unocss/transformer-variant-group": "^0.56.1", | ||
| "@unocss/eslint-config": "^0.56.1", | |||
| "@vitejs/plugin-legacy": "^4.1.1", | "@vitejs/plugin-legacy": "^4.1.1", | ||
| "@vitejs/plugin-vue": "^4.3.3", | "@vitejs/plugin-vue": "^4.3.4", | ||
| "@vitejs/plugin-vue-jsx": "^3.0.2", | "@vitejs/plugin-vue-jsx": "^3.0.2", | ||
| "@vue-macros/volar": "^0.14.2", | "@vue-macros/volar": "^0.14.3", | ||
| "autoprefixer": "^10.4.15", | "autoprefixer": "^10.4.16", | ||
| "bpmn-js": "^8.9.0", | "bpmn-js": "8.9.0", | ||
| "bpmn-js-properties-panel": "^0.46.0", | "bpmn-js-properties-panel": "0.46.0", | ||
| "consola": "^3.2.3", | "consola": "^3.2.3", | ||
| "eslint": "^8.48.0", | "eslint": "^8.49.0", | ||
| "eslint-config-prettier": "^9.0.0", | "eslint-config-prettier": "^9.0.0", | ||
| "eslint-define-config": "^1.23.0", | "eslint-define-config": "^1.23.0", | ||
| "eslint-plugin-prettier": "^5.0.0", | "eslint-plugin-prettier": "^5.0.0", | ||
| "eslint-plugin-vue": "^9.17.0", | "eslint-plugin-vue": "^9.17.0", | ||
| "lint-staged": "^14.0.1", | "lint-staged": "^14.0.1", | ||
| "postcss": "^8.4.28", | "postcss": "^8.4.30", | ||
| "postcss-html": "^1.5.0", | "postcss-html": "^1.5.0", | ||
| "postcss-scss": "^4.0.7", | "postcss-scss": "^4.0.8", | ||
| "prettier": "^3.0.2", | "prettier": "^3.0.3", | ||
| "rimraf": "^5.0.1", | "rimraf": "^5.0.1", | ||
| "rollup": "^3.28.1", | "rollup": "^3.29.2", | ||
| "sass": "^1.66.1", | "sass": "^1.68.0", | ||
| "stylelint": "^15.10.3", | "stylelint": "^15.10.3", | ||
| "stylelint-config-html": "^1.1.0", | "stylelint-config-html": "^1.1.0", | ||
| "stylelint-config-recommended": "^13.0.0", | "stylelint-config-recommended": "^13.0.0", | ||
| "stylelint-config-standard": "^34.0.0", | "stylelint-config-standard": "^34.0.0", | ||
| "stylelint-order": "^6.0.3", | "stylelint-order": "^6.0.3", | ||
| "terser": "^5.19.2", | "terser": "^5.20.0", | ||
| "typescript": "5.1.6", | "typescript": "5.2.2", | ||
| "unocss": "^0.55.3", | "unocss": "^0.56.1", | ||
| "unplugin-auto-import": "^0.16.6", | "unplugin-auto-import": "^0.16.6", | ||
| "unplugin-element-plus": "^0.8.0", | "unplugin-element-plus": "^0.8.0", | ||
| "unplugin-vue-components": "^0.25.1", | "unplugin-vue-components": "^0.25.2", | ||
| "vite": "4.4.9", | "vite": "4.4.9", | ||
| "vite-plugin-compression": "^0.5.1", | "vite-plugin-compression": "^0.5.1", | ||
| "vite-plugin-ejs": "^1.6.4", | "vite-plugin-ejs": "^1.6.4", | ||
| ... | @@ -126,7 +127,7 @@ | ... | @@ -126,7 +127,7 @@ |
| "vite-plugin-svg-icons": "^2.0.1", | "vite-plugin-svg-icons": "^2.0.1", | ||
| "vite-plugin-top-level-await": "^1.3.1", | "vite-plugin-top-level-await": "^1.3.1", | ||
| "vue-eslint-parser": "^9.3.1", | "vue-eslint-parser": "^9.3.1", | ||
| "vue-tsc": "^1.8.8" | "vue-tsc": "^1.8.13" | ||
| }, | }, | ||
| "license": "MIT", | "license": "MIT", | ||
| "repository": { | "repository": { | ||
| ... | ... |
src/api/pay/wallet/index.ts
0 → 100644
src/api/statistics/trade.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File moved
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/statistics/trade/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment