mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(恒大智慧社区): 更新弹窗+关闭开启通知弹窗 (#1689)
* feat(恒大智慧社区): 更新弹窗+关闭开启通知弹窗 * 修正单行字符超限制问题 * Update com.hd.smartVillage.ts
This commit is contained in:
28
src/apps/com.hd.smartVillage.ts
Normal file
28
src/apps/com.hd.smartVillage.ts
Normal file
@@ -0,0 +1,28 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.hd.smartVillage',
|
||||
name: '恒大智慧社区',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '关闭开启通知弹窗',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
activityIds: 'com.hd.smartVillage.modules.main.MainActivity',
|
||||
rules: 'View[id="com.hd.smartVillage:id/notificationSettingCloseBtn"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13223669',
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 2,
|
||||
name: '更新弹窗',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
activityIds: 'com.hd.smartVillage.modules.main.MainActivity',
|
||||
rules:
|
||||
'TextView[id="com.hd.smartVillage:id/tv_upgrade_cancel"][text="取消"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13223642',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user