mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(中国移动浙江): 开屏广告 (#697)
* feat(中国移动浙江) - 开屏广告 * 格式订正 删除末尾空行 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
19
src/apps/com.example.businesshall.ts
Normal file
19
src/apps/com.example.businesshall.ts
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.example.businesshall',
|
||||||
|
name: '中国移动浙江',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: ['com.businesshall.activity.NewLogoActivity'],
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="com.example.businesshall:id/jump_layout"]',
|
||||||
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12830978'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user