diff --git a/src/apps/com.huawei.android.thememanager.ts b/src/apps/com.huawei.android.thememanager.ts index f0956ace..393dca4a 100644 --- a/src/apps/com.huawei.android.thememanager.ts +++ b/src/apps/com.huawei.android.thememanager.ts @@ -131,12 +131,18 @@ export default defineAppConfig({ key: 7, name: '首页活动弹窗-默认禁用', enable: false, - activityIds: ['com.huawei.android.thememanager.HwThemeManagerActivity'], + activityIds: [ + 'com.huawei.android.thememanager.HwThemeManagerActivity', + 'com.huawei.android.launcher.unihome.UniHomeLauncher', + ], rules: [ { matches: '[id="com.huawei.android.thememanager:id/campaign_dialog_close_image"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12657939', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12657939', + 'https://gkd-kit.gitee.io/import/12667815', + ], }, ], },