mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(华为应用市场): 开屏广告 (#241)
This commit is contained in:
19
src/apps/com.huawei.appmarket.ts
Normal file
19
src/apps/com.huawei.appmarket.ts
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.huawei.appmarket',
|
||||||
|
name: '华为应用市场',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: ['com.huawei.appmarket.MainActivity'],
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="com.huawei.appmarket:id/skip_textview"]',
|
||||||
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12683196'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user