Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
chore(actions): check_format_lint
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 16, 2023
1 parent 2dadf41 commit 3758259
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions src/apps/com.heytap.reader.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
"id": "com.heytap.reader",
"name": "阅读",
"groups": [
id: 'com.heytap.reader',
name: '阅读',
groups: [
{
key: 1,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
"key": 1,
"name": "开屏广告",
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
"rules": [
{
"activityIds": "com.chaozh.iReader.ui.activity.WelcomeActivity",
"matches": "[text*='跳过']",
"exampleUrls": "https://m.gkd.li/6328439/ee16eabc-470a-45b5-8d5f-398af1cae47e",
"snapshotUrls": "https://i.gkd.li/import/13375516"
}
]
}
]
activityIds: 'com.chaozh.iReader.ui.activity.WelcomeActivity',
matches: '[text*=\'跳过\']',
exampleUrls:
'https://m.gkd.li/6328439/ee16eabc-470a-45b5-8d5f-398af1cae47e',
snapshotUrls: 'https://i.gkd.li/import/13375516',
},
],
},
],
});

0 comments on commit 3758259

Please sign in to comment.