mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(全球购骑士特权): 开屏广告、其他软件规则分类
This commit is contained in:
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '软件更新',
|
||||
name: '更新提示',
|
||||
activityIds: 'com.luckin.client.main.FirstActivity',
|
||||
rules:
|
||||
'@ImageView[id="com.lucky.luckyclient:id/dismiss_btn"] - LinearLayout > ImageView[id="com.lucky.luckyclient:id/update_btn"]',
|
||||
@@ -14,7 +14,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '超值换购',
|
||||
name: '全屏广告-超值换购弹窗',
|
||||
desc: '关闭超值换购弹窗',
|
||||
enable: false,
|
||||
activityIds: 'com.lucky.luckyclient.preview2.OrderPreviewActivity2',
|
||||
@@ -24,7 +24,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '优惠卷领取提示',
|
||||
name: '全屏广告-优惠卷领取提示',
|
||||
desc: '按下返回键关闭优惠卷领取提示',
|
||||
enable: false,
|
||||
activityIds: 'com.luckin.client.main.FirstActivity',
|
||||
|
||||
Reference in New Issue
Block a user