合并分支 'main' 到 'electron'
Main 查看合并请求 !10
正在显示
.env.preview
0 → 100644
.gitlab-ci.yml
0 → 100644
差异被折叠。
点击展开。
Dockerfile
0 → 100644
build/vite/plugin/optimize.ts
deleted
100644 → 0
default.conf
0 → 100644
doc/skill.md
0 → 100644
docker-compose.yml
0 → 100644
{ | { | ||
"name": "basic-vue-admin", | "name": "basic-vue-admin", | ||
"version": "0.0.1", | "version": "3.0.1", | ||
"description": "Basic Vue Admin (Template)", | "description": "Basic Vue Admin (Template)", | ||
"keywords": [ | "keywords": [ | ||
"vue", | "vue", | ||
... | @@ -21,11 +21,13 @@ | ... | @@ -21,11 +21,13 @@ |
"url": "https://yiring.com" | "url": "https://yiring.com" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"commit": "czg", | |||
"bootstrap": "pnpm install", | "bootstrap": "pnpm install", | ||
"serve": "npm run dev", | "serve": "npm run dev", | ||
"dev": "vite", | "dev": "vite", | ||
"build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts", | "build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts", | ||
"build:test": "cross-env vite build --mode test && esno ./build/script/postBuild.ts", | "build:test": "cross-env vite build --mode test && esno ./build/script/postBuild.ts", | ||
"build:preview": "cross-env vite build --mode preview && esno ./build/script/postBuild.ts", | |||
"build:no-cache": "pnpm clean:cache && npm run build", | "build:no-cache": "pnpm clean:cache && npm run build", | ||
"report": "cross-env REPORT=true npm run build", | "report": "cross-env REPORT=true npm run build", | ||
"type:check": "vue-tsc --noEmit --skipLibCheck", | "type:check": "vue-tsc --noEmit --skipLibCheck", | ||
... | @@ -34,6 +36,7 @@ | ... | @@ -34,6 +36,7 @@ |
"log": "conventional-changelog -p angular -i CHANGELOG.md -s", | "log": "conventional-changelog -p angular -i CHANGELOG.md -s", | ||
"clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite", | "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite", | ||
"clean:lib": "rimraf node_modules", | "clean:lib": "rimraf node_modules", | ||
"lint": "npm run lint:eslint && npm run lint:prettier && npm run lint:stylelint", | |||
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix", | "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix", | ||
"lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"", | "lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"", | ||
"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/", | ||
... | @@ -47,127 +50,134 @@ | ... | @@ -47,127 +50,134 @@ |
}, | }, | ||
"config": { | "config": { | ||
"commitizen": { | "commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | "path": "node_modules/cz-git" | ||
} | } | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@ant-design/colors": "^6.0.0", | "@ant-design/colors": "^6.0.0", | ||
"@ant-design/icons-vue": "^6.1.0", | "@ant-design/icons-vue": "^6.1.0", | ||
"@iconify/iconify": "^2.2.1", | "@iconify/iconify": "^2.2.1", | ||
"@logicflow/core": "^1.1.14", | "@logicflow/core": "^1.1.30", | ||
"@logicflow/extension": "^1.1.14", | "@logicflow/extension": "^1.1.30", | ||
"@vue/runtime-core": "^3.2.33", | "@stomp/stompjs": "^6.1.2", | ||
"@vue/shared": "^3.2.33", | "@vue/runtime-core": "^3.2.44", | ||
"@vueuse/core": "^8.3.1", | "@vue/shared": "^3.2.44", | ||
"@vueuse/shared": "^8.3.1", | "@vueuse/core": "^9.5.0", | ||
"@zxcvbn-ts/core": "^2.0.1", | "@vueuse/shared": "^9.5.0", | ||
"ant-design-vue": "3.2.0", | "@zxcvbn-ts/core": "^2.1.0", | ||
"ant-design-vue": "^3.2.15", | |||
"axios": "^0.26.1", | "axios": "^0.26.1", | ||
"codemirror": "^5.65.3", | "codemirror": "^6.0.1", | ||
"cropperjs": "^1.5.12", | "cropperjs": "^1.5.12", | ||
"crypto-js": "^4.1.1", | "crypto-js": "^4.1.1", | ||
"dayjs": "^1.11.1", | "dayjs": "^1.11.6", | ||
"echarts": "^5.3.2", | "echarts": "^5.4.0", | ||
"intro.js": "^5.1.0", | "intro.js": "^5.1.0", | ||
"lodash-es": "^4.17.21", | "lodash-es": "^4.17.21", | ||
"mockjs": "^1.1.0", | "mockjs": "^1.1.0", | ||
"nanoid": "^4.0.0", | |||
"nprogress": "^0.2.0", | "nprogress": "^0.2.0", | ||
"path-to-regexp": "^6.2.0", | "path-to-regexp": "^6.2.1", | ||
"pinia": "2.0.12", | "pinia": "^2.0.23", | ||
"print-js": "^1.6.0", | "print-js": "^1.6.0", | ||
"qrcode": "^1.5.0", | "qrcode": "^1.5.1", | ||
"qs": "^6.10.3", | "qs": "^6.11.0", | ||
"resize-observer-polyfill": "^1.5.1", | "resize-observer-polyfill": "^1.5.1", | ||
"showdown": "^2.1.0", | "showdown": "^2.1.0", | ||
"sockjs-client": "^1.6.1", | |||
"sortablejs": "^1.15.0", | "sortablejs": "^1.15.0", | ||
"tinymce": "^5.10.3", | "stompjs": "^2.3.3", | ||
"vditor": "^3.8.13", | "tinymce": "^5.10.6", | ||
"vue": "^3.2.33", | "vditor": "^3.8.18", | ||
"vue-i18n": "^9.1.9", | "vue": "^3.2.44", | ||
"vue-json-pretty": "^2.0.6", | "vue-i18n": "^9.2.2", | ||
"vue-router": "^4.0.14", | "vue-json-pretty": "^2.2.3", | ||
"vue-types": "^4.1.1", | "vue-router": "^4.1.6", | ||
"vue-types": "^4.2.1", | |||
"xlsx": "^0.18.5" | "xlsx": "^0.18.5" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@commitlint/cli": "^16.2.3", | "@commitlint/cli": "^17.2.0", | ||
"@commitlint/config-conventional": "^16.2.1", | "@commitlint/config-conventional": "^17.2.0", | ||
"@iconify/json": "^2.1.31", | "@iconify/json": "^2.1.135", | ||
"@purge-icons/generated": "^0.8.1", | "@purge-icons/generated": "^0.8.1", | ||
"@types/codemirror": "^5.60.5", | "@types/codemirror": "^5.60.5", | ||
"@types/crypto-js": "^4.1.1", | "@types/crypto-js": "^4.1.1", | ||
"@types/fs-extra": "^9.0.13", | "@types/fs-extra": "^9.0.13", | ||
"@types/inquirer": "^8.2.1", | "@types/inquirer": "^9.0.3", | ||
"@types/intro.js": "^3.0.2", | "@types/intro.js": "^3.0.2", | ||
"@types/lodash-es": "^4.17.6", | "@types/lodash-es": "^4.17.6", | ||
"@types/mockjs": "^1.0.6", | "@types/mockjs": "^1.0.7", | ||
"@types/node": "^17.0.25", | "@types/node": "^18.11.9", | ||
"@types/nprogress": "^0.2.0", | "@types/nprogress": "^0.2.0", | ||
"@types/qrcode": "^1.4.2", | "@types/qrcode": "^1.5.0", | ||
"@types/qs": "^6.9.7", | "@types/qs": "^6.9.7", | ||
"@types/showdown": "^1.9.4", | "@types/showdown": "^1.9.4", | ||
"@types/sortablejs": "^1.10.7", | "@types/sockjs-client": "^1.5.1", | ||
"@typescript-eslint/eslint-plugin": "^5.20.0", | "@types/sortablejs": "^1.15.0", | ||
"@typescript-eslint/parser": "^5.20.0", | "@types/stompjs": "^2.3.5", | ||
"@vitejs/plugin-legacy": "^1.8.1", | "@typescript-eslint/eslint-plugin": "^5.42.1", | ||
"@vitejs/plugin-vue": "^2.3.1", | "@typescript-eslint/parser": "^5.42.1", | ||
"@vitejs/plugin-legacy": "^2.3.1", | |||
"@vitejs/plugin-vue": "^3.2.0", | |||
"@vitejs/plugin-vue-jsx": "^1.3.10", | "@vitejs/plugin-vue-jsx": "^1.3.10", | ||
"@vue/compiler-sfc": "3.2.31", | "@vue/compiler-sfc": "3.2.31", | ||
"@vue/test-utils": "^2.0.0-rc.21", | "@vue/test-utils": "^2.2.1", | ||
"autoprefixer": "^10.4.4", | "autoprefixer": "^10.4.13", | ||
"commitizen": "^4.2.4", | "commitizen": "^4.2.5", | ||
"conventional-changelog-cli": "^2.2.2", | "conventional-changelog-cli": "^2.2.2", | ||
"cross-env": "^7.0.3", | "cross-env": "^7.0.3", | ||
"cz-conventional-changelog": "^3.3.0", | "cz-conventional-changelog": "^3.3.0", | ||
"dotenv": "^16.0.0", | "cz-git": "^1.3.12", | ||
"eslint": "^8.14.0", | "czg": "^1.3.12", | ||
"dotenv": "^16.0.3", | |||
"eslint": "^8.27.0", | |||
"eslint-config-prettier": "^8.5.0", | "eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.0.0", | "eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-vue": "^8.7.1", | "eslint-plugin-vue": "^9.7.0", | ||
"esno": "^0.14.1", | "esno": "^0.14.1", | ||
"fs-extra": "^10.1.0", | "fs-extra": "^10.1.0", | ||
"husky": "^7.0.4", | "husky": "^7.0.4", | ||
"inquirer": "^8.2.2", | "inquirer": "^9.1.4", | ||
"less": "^4.1.2", | "less": "^4.1.3", | ||
"lint-staged": "12.3.7", | "lint-staged": "12.3.7", | ||
"npm-run-all": "^4.1.5", | "npm-run-all": "^4.1.5", | ||
"picocolors": "^1.0.0", | "picocolors": "^1.0.0", | ||
"pont-engine": "^1.3.1", | "pont-engine": "^1.5.2", | ||
"postcss": "^8.4.12", | "postcss": "^8.4.19", | ||
"postcss-html": "^1.4.1", | "postcss-html": "^1.5.0", | ||
"postcss-less": "^6.0.0", | "postcss-less": "^6.0.0", | ||
"prettier": "^2.6.2", | "prettier": "^2.7.1", | ||
"rimraf": "^3.0.2", | "rimraf": "^3.0.2", | ||
"rollup": "^2.70.2", | "rollup": "^2.79.1", | ||
"rollup-plugin-visualizer": "^5.6.0", | "rollup-plugin-visualizer": "^5.8.3", | ||
"sort-package-json": "^1.55.0", | "sort-package-json": "^1.57.0", | ||
"stylelint": "^14.7.1", | "stylelint": "^14.14.1", | ||
"stylelint-config-prettier": "^9.0.3", | "stylelint-config-prettier": "^9.0.4", | ||
"stylelint-config-recommended": "^7.0.0", | "stylelint-config-recommended": "^9.0.0", | ||
"stylelint-config-recommended-vue": "^1.4.0", | "stylelint-config-recommended-vue": "^1.4.0", | ||
"stylelint-config-standard": "^25.0.0", | "stylelint-config-standard": "^29.0.0", | ||
"stylelint-order": "^5.0.0", | "stylelint-order": "^5.0.0", | ||
"ts-node": "^10.7.0", | "terser": "^5.15.1", | ||
"typescript": "^4.6.3", | "ts-node": "^10.9.1", | ||
"unplugin-auto-import": "^0.7.1", | "typescript": "^4.8.4", | ||
"vite": "^2.9.5", | "unplugin-auto-import": "^0.11.4", | ||
"vite": "^3.2.3", | |||
"vite-plugin-compression": "^0.5.1", | "vite-plugin-compression": "^0.5.1", | ||
"vite-plugin-html": "^3.2.0", | "vite-plugin-html": "^3.2.0", | ||
"vite-plugin-mkcert": "^1.6.0", | "vite-plugin-mkcert": "^1.10.1", | ||
"vite-plugin-mock": "^2.9.6", | "vite-plugin-mock": "^2.9.6", | ||
"vite-plugin-optimize-persist": "^0.1.2", | "vite-plugin-purge-icons": "^0.9.1", | ||
"vite-plugin-package-config": "^0.1.1", | "vite-plugin-pwa": "^0.13.3", | ||
"vite-plugin-purge-icons": "^0.8.1", | |||
"vite-plugin-pwa": "^0.12.0", | |||
"vite-plugin-style-import": "^2.0.0", | "vite-plugin-style-import": "^2.0.0", | ||
"vite-plugin-svg-icons": "^2.0.1", | "vite-plugin-svg-icons": "^2.0.1", | ||
"vite-plugin-theme": "^0.8.6", | "vite-plugin-theme": "^0.8.6", | ||
"vite-plugin-vue-setup-extend": "^0.4.0", | "vite-plugin-vue-setup-extend": "^0.4.0", | ||
"vite-plugin-windicss": "^1.8.4", | "vite-plugin-windicss": "^1.8.8", | ||
"vue-eslint-parser": "^8.3.0", | "vue-eslint-parser": "^9.1.0", | ||
"vue-tsc": "^0.33.9" | "vue-tsc": "^1.0.9" | ||
}, | }, | ||
"engines": { | "engines": { | ||
"node": "^12 || >=14" | "node": ">=14" | ||
} | } | ||
} | } |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
pont-transform.ts
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/api/demo/error.ts
0 → 100644
差异被折叠。
点击展开。
src/api/services/mods/auth/safe.ts
0 → 100644
src/api/services/mods/example/hello.ts
0 → 100644
src/api/services/mods/example/json.ts
0 → 100644
src/api/services/mods/file/download.ts
0 → 100644
src/api/services/mods/userView/index.ts
0 → 100644
差异被折叠。
点击展开。
src/components/Map/Mars/cesium.ts
0 → 100644
差异被折叠。
点击展开。
src/components/Map/Mars/index.ts
0 → 100644
差异被折叠。
点击展开。
src/components/Map/Mars/src/MarsMap.vue
0 → 100644
差异被折叠。
点击展开。
src/components/Map/Mars/src/index.css
0 → 100644
差异被折叠。
点击展开。
src/components/Map/Mars/src/tools.ts
0 → 100644
差异被折叠。
点击展开。
src/components/Map/index.ts
0 → 100644
差异被折叠。
点击展开。
src/components/Markdown/src/getTheme.ts
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/router/routes/mainOut.ts
0 → 100644
差异被折叠。
点击展开。
src/router/routes/modules/demo/example.ts
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/utils/net.ts
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/utils/proxy.ts
0 → 100644
差异被折叠。
点击展开。
src/utils/stomp/index.ts
0 → 100644
差异被折叠。
点击展开。
src/views/demo/example/index.vue
0 → 100644
差异被折叠。
点击展开。
src/views/demo/main-out/index.vue
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
差异被折叠。
点击展开。
vite.optimize.json
deleted
100644 → 0
差异被折叠。
点击展开。
请
注册
或者
登录
后发表评论