提交 71531edc 作者: 方治民

合并分支 '3.x' 到 'main'

3.x

查看合并请求 !52
...@@ -110,8 +110,7 @@ ...@@ -110,8 +110,7 @@
"@iconify/json": "^2.2.101", "@iconify/json": "^2.2.101",
"@types/crypto-js": "^4.1.1", "@types/crypto-js": "^4.1.1",
"@types/lodash-es": "^4.17.8", "@types/lodash-es": "^4.17.8",
"@types/node": "^20.4.10", "@types/node": "^20.5.0",
"@types/prettier": "^2.7.3",
"@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",
...@@ -132,7 +131,7 @@ ...@@ -132,7 +131,7 @@
"jest": "27.0.4", "jest": "27.0.4",
"jest-environment-node": "27.5.1", "jest-environment-node": "27.5.1",
"less": "^4.2.0", "less": "^4.2.0",
"lint-staged": "^13.2.3", "lint-staged": "^14.0.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"pont-engine": "^1.5.12", "pont-engine": "^1.5.12",
......
...@@ -7,7 +7,7 @@ export function useConcealedExit(max = 10) { ...@@ -7,7 +7,7 @@ export function useConcealedExit(max = 10) {
const maxTapCount = max const maxTapCount = max
const count = ref(0) const count = ref(0)
let loop: NodeJS.Timer let loop: NodeJS.Timeout
// 隐藏退出功能计数 // 隐藏退出功能计数
function exit() { function exit() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论