Skip to content

Commit 3553a95

Browse files
authored
Merge pull request #211 from mfish-qf/develop
Develop
2 parents 83a192a + 5ff37a5 commit 3553a95

File tree

10 files changed

+1127
-1138
lines changed

10 files changed

+1127
-1138
lines changed

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html id="mainHtml" lang="en">
2+
<html lang="zh-CN" id="mainHtml">
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="keywords"
@@ -10,8 +10,7 @@
1010
<script src="/iconfont/iconfont.js" type="text/javascript"></script>
1111
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
1212
<meta name="renderer" content="webkit" />
13-
<meta name="viewport"
14-
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0" />
13+
<meta name="viewport" content="width=device-width, initial-scale=1">
1514
<title><%= title %></title>
1615
<style>
1716
html[data-theme='dark'] .app-loading {

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@ant-design/colors": "^7.1.0",
3232
"@ant-design/icons-vue": "^7.0.1",
3333
"@iconify/iconify": "^3.1.1",
34-
"@vue/shared": "^3.4.31",
34+
"@vue/shared": "^3.4.34",
3535
"@vueuse/core": "^10.11.0",
3636
"@vueuse/shared": "^10.11.0",
3737
"@zxcvbn-ts/core": "^3.0.4",
@@ -41,47 +41,47 @@
4141
"codemirror": "5.65.16",
4242
"cropperjs": "^1.6.2",
4343
"crypto-js": "^4.2.0",
44-
"dayjs": "^1.11.11",
44+
"dayjs": "^1.11.12",
4545
"echarts": "^5.5.1",
4646
"intro.js": "^7.2.0",
4747
"lodash-es": "^4.17.21",
4848
"nprogress": "^0.2.0",
4949
"path-to-regexp": "^6.2.2",
50-
"pinia": "^2.1.7",
50+
"pinia": "^2.2.0",
5151
"qrcode": "^1.5.3",
5252
"qs": "^6.12.3",
5353
"resize-observer-polyfill": "^1.5.1",
5454
"sm-crypto": "^0.3.13",
5555
"sortablejs": "^1.15.2",
5656
"uuid": "^9.0.1",
57-
"vue": "^3.4.31",
57+
"vue": "^3.4.34",
5858
"vue-i18n": "^9.13.1",
5959
"vue-json-pretty": "^2.4.0",
6060
"vue-router": "^4.4.0",
6161
"vue-types": "^5.1.3",
6262
"vuedraggable": "^4.1.0"
6363
},
6464
"devDependencies": {
65-
"@iconify/json": "^2.2.227",
65+
"@iconify/json": "^2.2.231",
6666
"@logicflow/core": "^1.2.27",
6767
"@logicflow/extension": "^1.2.27",
6868
"@purge-icons/generated": "^0.10.0",
69-
"@rushstack/eslint-patch": "^1.10.3",
69+
"@rushstack/eslint-patch": "^1.10.4",
7070
"@types/codemirror": "^5.60.15",
7171
"@types/crypto-js": "^4.2.2",
7272
"@types/fs-extra": "^11.0.4",
7373
"@types/inquirer": "^9.0.7",
7474
"@types/intro.js": "^5.1.5",
7575
"@types/jsdom": "^21.1.7",
7676
"@types/lodash-es": "^4.17.12",
77-
"@types/node": "^20.14.10",
77+
"@types/node": "^20.14.12",
7878
"@types/qrcode": "^1.5.5",
7979
"@types/sm-crypto": "^0.3.4",
8080
"@types/sortablejs": "^1.15.8",
81-
"@typescript-eslint/eslint-plugin": "^7.16.0",
82-
"@typescript-eslint/parser": "^7.16.0",
81+
"@typescript-eslint/eslint-plugin": "^7.17.0",
82+
"@typescript-eslint/parser": "^7.17.0",
8383
"@vitejs/plugin-legacy": "^5.4.1",
84-
"@vitejs/plugin-vue": "^5.0.5",
84+
"@vitejs/plugin-vue": "^5.1.1",
8585
"@vitejs/plugin-vue-jsx": "^3.1.0",
8686
"@vue/eslint-config-prettier": "^9.0.0",
8787
"@vue/eslint-config-typescript": "^13.0.0",
@@ -92,30 +92,30 @@
9292
"dotenv": "^16.4.5",
9393
"eslint": "^8.57.0",
9494
"eslint-config-prettier": "^9.1.0",
95-
"eslint-plugin-prettier": "^5.1.3",
95+
"eslint-plugin-prettier": "^5.2.1",
9696
"eslint-plugin-vue": "^9.27.0",
9797
"esno": "^4.7.0",
9898
"fs-extra": "^11.2.0",
99-
"inquirer": "^9.3.5",
100-
"jsdom": "^24.1.0",
99+
"inquirer": "^9.3.6",
100+
"jsdom": "^24.1.1",
101101
"less": "^4.2.0",
102-
"naive-ui": "^2.38.2",
102+
"naive-ui": "^2.39.0",
103103
"npm-run-all": "^4.1.5",
104104
"picocolors": "^1.0.1",
105-
"postcss": "^8.4.39",
105+
"postcss": "^8.4.40",
106106
"prettier": "^3.3.3",
107-
"prettier-plugin-packagejson": "^2.5.0",
107+
"prettier-plugin-packagejson": "^2.5.1",
108108
"rimraf": "^5.0.9",
109-
"rollup": "^4.18.1",
109+
"rollup": "^4.19.1",
110110
"rollup-plugin-visualizer": "^5.12.0",
111111
"stylelint": "^16.7.0",
112112
"stylelint-config-prettier": "^9.0.5",
113113
"stylelint-config-standard": "^36.0.1",
114114
"stylelint-order": "^6.0.4",
115-
"terser": "^5.31.2",
116-
"typescript": "^5.5.3",
115+
"terser": "^5.31.3",
116+
"typescript": "^5.5.4",
117117
"unocss": "^0.58.9",
118-
"vite": "^5.3.3",
118+
"vite": "^5.3.5",
119119
"vite-plugin-html": "^3.2.2",
120120
"vite-plugin-imagemin": "^0.6.1",
121121
"vite-plugin-mkcert": "^1.17.5",
@@ -124,7 +124,7 @@
124124
"vite-plugin-svg-icons": "^2.0.1",
125125
"vite-plugin-vue-setup-extend": "^0.4.0",
126126
"vue-eslint-parser": "^9.4.3",
127-
"vue-tsc": "^2.0.26"
127+
"vue-tsc": "^2.0.29"
128128
},
129129
"resolutions": {
130130
"bin-wrapper": "npm:bin-wrapper-china"

0 commit comments

Comments
 (0)