mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 18:22:21 +08:00
feat(浙里办): 开屏广告 (#1128)
* feat(浙里办): 【开屏广告】 * chore(actions): check_format_lint * Update com.hanweb.android.zhejiang.activity.ts --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #1126
This commit is contained in:
parent
2978c3644f
commit
67fa53a265
17
src/apps/com.hanweb.android.zhejiang.activity.ts
Normal file
17
src/apps/com.hanweb.android.zhejiang.activity.ts
Normal file
|
@ -0,0 +1,17 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.hanweb.android.zhejiang.activity',
|
||||
name: '浙里办',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds:
|
||||
'com.alibaba.gov.android.welcome.activity.DefaultWelcomeActivity',
|
||||
rules:
|
||||
'[id="com.hanweb.android.zhejiang.activity:id/gov_splash_tv_count_down"][text ^= "跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12913138',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user