mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
fix(魔法集市 Global):开屏广告 (#3104)
* fix(魔法集市 Global):开屏广告 * fix(魔法集市 Global):开屏广告 匹配条件优化,避免误操作 * Update com.masadoraandroid.ts --------- Co-authored-by: Lucio-0408 <1026680384@qq.com>
This commit is contained in:
@@ -13,8 +13,11 @@ export default defineAppConfig({
|
||||
matchTime: 10000,
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.masadoraandroid:id/skip"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13578688',
|
||||
matches: '[id="com.masadoraandroid:id/skip"][text*="跳过"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13638359',
|
||||
'https://i.gkd.li/import/13692884',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user