mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(华为主题): 提升点击某个按钮时的速度 (#169)
This commit is contained in:
@@ -33,12 +33,13 @@ export default defineAppConfig({
|
|||||||
],
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches: '[id="com.huawei.hms.ads.uiengine:id/unlike_iv"||id="com.huawei.android.thememanager:id/download_pps_close"||id="com.huawei.android.thememanager:id/pps_close"]',
|
matches:
|
||||||
|
'[id="com.huawei.hms.ads.uiengine:id/unlike_iv"||id="com.huawei.android.thememanager:id/download_pps_close"||id="com.huawei.android.thememanager:id/pps_close"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://gkd-kit.gitee.io/import/12647248',
|
'https://gkd-kit.gitee.io/import/12647248',
|
||||||
'https://gkd-kit.gitee.io/import/12647292',
|
'https://gkd-kit.gitee.io/import/12647292',
|
||||||
'https://gkd-kit.gitee.io/import/12647367',
|
'https://gkd-kit.gitee.io/import/12647367',
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -65,12 +66,17 @@ export default defineAppConfig({
|
|||||||
],
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches: '[id="com.huawei.android.thememanager:id/pps_lable_top"||id="com.huawei.android.thememanager:id/tv_btn_uninterested"||id="com.huawei.android.thememanager:id/pps_img_video_close"]',
|
matches:
|
||||||
|
'[id="com.huawei.android.thememanager:id/pps_lable_top"||id="com.huawei.android.thememanager:id/pps_img_video_close"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://gkd-kit.gitee.io/import/12647311',
|
'https://gkd-kit.gitee.io/import/12647311',
|
||||||
'https://gkd-kit.gitee.io/import/12647326',
|
|
||||||
'https://gkd-kit.gitee.io/import/12647346',
|
'https://gkd-kit.gitee.io/import/12647346',
|
||||||
]
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
matches:
|
||||||
|
'[id="com.huawei.android.thememanager:id/tv_btn_uninterested"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12647326',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -92,13 +98,17 @@ export default defineAppConfig({
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches:
|
matches:
|
||||||
'[id="com.huawei.android.thememanager:id/announce_ad_close_btn"||id="com.huawei.android.thememanager:id/pps_lable_top"||id="com.huawei.android.thememanager:id/tv_btn_uninterested"||id="com.huawei.android.thememanager:id/pps_img_video_close"]',
|
'[id="com.huawei.android.thememanager:id/announce_ad_close_btn"||id="com.huawei.android.thememanager:id/pps_lable_top"||id="com.huawei.android.thememanager:id/pps_img_video_close"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://gkd-kit.gitee.io/import/12647614',
|
'https://gkd-kit.gitee.io/import/12647614',
|
||||||
'https://gkd-kit.gitee.io/import/12647653',
|
'https://gkd-kit.gitee.io/import/12647653',
|
||||||
'https://gkd-kit.gitee.io/import/12647655',
|
|
||||||
'https://gkd-kit.gitee.io/import/12647650',
|
'https://gkd-kit.gitee.io/import/12647650',
|
||||||
]
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
matches:
|
||||||
|
'[id="com.huawei.android.thememanager:id/tv_btn_uninterested"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12647655',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user