【新增】百度云DNS解析功能和宝塔waf部署功能

【新增】本机部署方式
【修复】已知问题
This commit is contained in:
chudong
2025-05-15 10:42:19 +08:00
parent e7381ea593
commit b65c09d84a
126 changed files with 28549 additions and 9082 deletions

View File

@@ -73,7 +73,7 @@ const mountApps = (app: App, resources: any) => {
// 自定义Modal钩子函数
const useModal = (options: CustomModalOptions) => {
const { theme, themeOverrides } = useTheme()
console.log(themeOverrides.value, theme.value)
// 创建discreteModal实例 - 这个可以在任何地方使用
const { modal, message, unmount, app } = createDiscreteApi(['modal', 'message'], {
configProviderProps: { theme: theme.value, themeOverrides: themeOverrides.value },