Skip to content

Commit

Permalink
fix(魔法集市 Global):开屏广告
Browse files Browse the repository at this point in the history
匹配条件优化,避免误操作
  • Loading branch information
Lucio-0408 authored Dec 16, 2023
1 parent f2d12c2 commit 84538aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/apps/com.masadoraandroid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ export default defineAppConfig({
matchTime: 10000,
rules: [
{
matches: '[id="com.masadoraandroid:id/skip"][text="跳过 5"]',
snapshotUrls: 'https://i.gkd.li/import/13638359',
matches: '[id="com.masadoraandroid:id/skip"][text*="跳过"]',
snapshotUrls:
'https://i.gkd.li/import/13638359',
'https://i.gkd.li/import/13692884'
},

Check failure on line 20 in src/apps/com.masadoraandroid.ts

View workflow job for this annotation

GitHub Actions / check

':' expected.
],
},
Expand Down

0 comments on commit 84538aa

Please sign in to comment.