test测试提交
This commit is contained in:
parent
e994f34174
commit
7db97755b5
@ -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",
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
import { loadingPage } from "@/utils/loading-page";
|
||||
import { useThemeMethods } from "@/hooks/useThemeMethods";
|
||||
|
||||
let a = "12345323";
|
||||
let a = "12345323234";
|
||||
|
||||
// 初始化主题
|
||||
const onTheme = () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user