mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
feat(bilibili): 修改匹配规则,去除生效时间 (#723)
Co-authored-by: minglu7 <minglu7@kxdigit.com> Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
@@ -20,13 +20,12 @@ export default defineGkdApp({
|
||||
key: 6,
|
||||
name: '评价提示-APP评分',
|
||||
fastQuery: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
activityIds: 'tv.danmaku.bili.MainActivityV2',
|
||||
matches: '[id="com.bilibili.app.in:id/cancel"][text="下次再说"]',
|
||||
matches: ['[text="鼓励一下"]', '[text="下次再说"]'],
|
||||
snapshotUrls: 'https://i.gkd.li/i/13180746',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user