mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
* Update com.bilibili.app.in.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #1443
26 lines
740 B
TypeScript
26 lines
740 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://gkd-kit.gitee.io/import/13115189',
|
|
},
|
|
{
|
|
key: 6,
|
|
name: 'APP评分',
|
|
quickFind: true,
|
|
activityIds: 'tv.danmaku.bili.MainActivityV2',
|
|
rules: '[id="com.bilibili.app.in:id/cancel"][text="下次再说"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13180746',
|
|
},
|
|
],
|
|
});
|