测试提交

This commit is contained in:
WANGFAN\wangf 2024-12-05 17:25:25 +08:00
parent 742fd60b2a
commit 52516c8921
2 changed files with 9 additions and 1 deletions

View File

@ -31,6 +31,14 @@
"prepare": "husky install",
"preinstall": "npx only-allow pnpm"
},
"lint-staged": {
"src/**/*.{ts,vue}": [
"eslint"
],
"test/**/*.{ts,tsx,js,vue}": [
"eslint"
]
},
"dependencies": {
"@arco-design/color": "^0.4.0",
"@codemirror/lang-javascript": "^6.2.2",

View File

@ -8,7 +8,7 @@
import { loadingPage } from "@/utils/loading-page";
import { useThemeMethods } from "@/hooks/useThemeMethods";
let a = "123";
let a = "12345";
//
const onTheme = () => {