11
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 50m19s

This commit is contained in:
Youzi 2024-11-30 19:01:01 +08:00
parent 92b191668f
commit d9513b4072
3 changed files with 10 additions and 1 deletions

View File

@ -9,6 +9,7 @@
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"unpkg": "dist/index.umd.js", "unpkg": "dist/index.umd.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"packageManager":"yarn@1.22.22",
"files": [ "files": [
"dist" "dist"
], ],

View File

@ -267,5 +267,6 @@ function stepBack() {
font-size: 12px; font-size: 12px;
display: inline-block; display: inline-block;
margin-right: 6px; margin-right: 6px;
// asda
} }
</style> </style>

View File

@ -52,6 +52,13 @@ const widgets = ref([{
title: '汉语字典', title: '汉语字典',
desc: "汉语字典,初级版,期待升级。。。", desc: "汉语字典,初级版,期待升级。。。",
show: true show: true
},
{
name: 'test',
comp: null,
title: '',
desc: "",
show: true
} }
]); ]);