mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(杭州公共交通): 广告弹窗 (#682)
This commit is contained in:
15
src/apps/com.dtdream.publictransit.ts
Normal file
15
src/apps/com.dtdream.publictransit.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.dtdream.publictransit',
|
||||||
|
name: '杭州公共交通',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '广告弹窗',
|
||||||
|
activityIds: 'com.dtchuxing.main.MainActivity',
|
||||||
|
rules: '[id="com.dtdream.publictransit:id/ifv_close"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12830113',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user