mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
Merge branch 'main' of https://github.com/AIsouler/GKD_subscription
This commit is contained in:
@@ -99,6 +99,14 @@ export default defineAppConfig({
|
||||
rules: 'ImageView[id="com.baidu.netdisk:id/dialog_cancel"]', //单独使用ID会导致误触(例如删除确认https://i.gkd.li/import/13069049)
|
||||
snapshotUrls: ['https://i.gkd.li/import/12923936'],
|
||||
},
|
||||
{
|
||||
key: 9,
|
||||
name: '评价提示',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[text="喜欢“百度网盘”吗?"] +n [text="以后再说"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14317054',
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 10,
|
||||
|
||||
63
src/apps/com.kugou.android.lite.ts
Normal file
63
src/apps/com.kugou.android.lite.ts
Normal file
@@ -0,0 +1,63 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.kugou.android.lite',
|
||||
name: '酷狗概念版',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '青少年模式',
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules: '[text="开启青少年模式"] + [text="知道了"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14321697',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '全屏广告-VIP弹窗',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '新人限时优惠弹窗',
|
||||
activityIds: 'com.kugou.android.app.setting.YoungModeTipsActivity',
|
||||
quickFind: true,
|
||||
matches: '[text^="新人限时开通"] +3 [text="放弃优惠"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14321698',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '组队抽奖弹窗',
|
||||
activityIds: 'com.kugou.android.app.setting.YoungModeTipsActivity',
|
||||
matches:
|
||||
'[id="android:id/content"] > ViewGroup[childCount=3] > ImageView + ImageView + ImageView[clickable=true][visibleToUser=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14321700',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '分段广告-我的页面-右侧悬浮反馈图标',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
activityIds: 'com.kugou.android.app.MediaActivity',
|
||||
matches:
|
||||
'FrameLayout > RelativeLayout > @ImageView[vid!=null][clickable=true][visibleToUser=true] +(2,3) ImageView[vid!=null]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/14321713',
|
||||
'https://i.gkd.li/import/14321718',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
preKeys: 0,
|
||||
activityIds: 'com.kugou.android.app.MediaActivity',
|
||||
quickFind: true,
|
||||
matches: '[text="是否取消?"] +4 * > [text="确认"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14321724',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user