test测试提交

This commit is contained in:
WANGFAN\wangf 2024-12-05 17:45:29 +08:00
parent e994f34174
commit 7db97755b5
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 = "12345323";
let a = "12345323234";
//
const onTheme = () => {