mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
17
src/apps/com.bilibili.app.in.ts
Normal file
17
src/apps/com.bilibili.app.in.ts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user