mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
26 lines
724 B
TypeScript
26 lines
724 B
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',
|
|
},
|
|
],
|
|
});
|