mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +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,
|
key: 6,
|
||||||
name: '评价提示-APP评分',
|
name: '评价提示-APP评分',
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
matchTime: 10000,
|
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: 'tv.danmaku.bili.MainActivityV2',
|
activityIds: 'tv.danmaku.bili.MainActivityV2',
|
||||||
matches: '[id="com.bilibili.app.in:id/cancel"][text="下次再说"]',
|
matches: ['[text="鼓励一下"]', '[text="下次再说"]'],
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13180746',
|
snapshotUrls: 'https://i.gkd.li/i/13180746',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user