mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
feat(爱康约体检查报告): 开屏广告 (#1537)
* Create com.ikang.official.ts * chore(actions): check_format_lint * feat(爱康约体检查报告): 开屏广告 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
22
src/apps/com.ikang.official.ts
Normal file
22
src/apps/com.ikang.official.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.ikang.official',
|
||||
name: '爱康约体检查报告',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.ikang.official:id/llAdvertCountdown"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13197061',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user