mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-10 20:36:55 +08:00
merge to bun
This commit is contained in:
@@ -35,7 +35,7 @@ function onDropdownSelect(key: string) {
|
||||
},
|
||||
})
|
||||
break
|
||||
case 'delete':
|
||||
case 'restore':
|
||||
dialog.warning({
|
||||
title: '问问',
|
||||
content: '确定要恢复这条话题吗?',
|
||||
|
||||
@@ -33,6 +33,7 @@ export const Config: TemplateConfig<ConfigType> = {
|
||||
},
|
||||
{
|
||||
name: 'test',
|
||||
key: 'test',
|
||||
type: 'render',
|
||||
render: (config) => h('div', '1'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user