mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
35 lines
1.0 KiB
TypeScript
35 lines
1.0 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.bilibili.app.in',
|
|
name: 'bilibili',
|
|
groups: [
|
|
{
|
|
key: 5,
|
|
name: '评论区-满意度评价',
|
|
quickFind: true,
|
|
activityIds: 'com.bilibili.video.story.StoryVideoActivity',
|
|
rules:
|
|
'[text="对当前的评论区满意吗?"] + [id="com.bilibili.app.in:id/close"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13115189',
|
|
},
|
|
{
|
|
key: 6,
|
|
name: 'APP评分',
|
|
quickFind: true,
|
|
activityIds: 'tv.danmaku.bili.MainActivityV2',
|
|
rules: '[id="com.bilibili.app.in:id/cancel"][text="下次再说"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13180746',
|
|
},
|
|
{
|
|
key: 7,
|
|
name: '订阅感兴趣的通知',
|
|
desc: '点击【暂不开启】',
|
|
quickFind: true,
|
|
matchLauncher: true,
|
|
rules: '[text="订阅感兴趣的通知"] +2 LinearLayout [text="暂不开启"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13399195',
|
|
},
|
|
],
|
|
});
|