merge to bun

This commit is contained in:
2024-10-29 15:33:22 +08:00
parent ae14fa3078
commit 51897133a7
20 changed files with 385 additions and 7008 deletions

View File

@@ -35,7 +35,7 @@ function onDropdownSelect(key: string) {
},
})
break
case 'delete':
case 'restore':
dialog.warning({
title: '问问',
content: '确定要恢复这条话题吗?',

View File

@@ -33,6 +33,7 @@ export const Config: TemplateConfig<ConfigType> = {
},
{
name: 'test',
key: 'test',
type: 'render',
render: (config) => h('div', '1'),
},