mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(小周便签): 开屏广告 (#620)
This commit is contained in:
16
src/apps/me.zhouzhuo810.zznote.ts
Normal file
16
src/apps/me.zhouzhuo810.zznote.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'me.zhouzhuo810.zznote',
|
||||||
|
name: '上海交警',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '小周便签',
|
||||||
|
activityIds: 'me.zhouzhuo810.zznote.view.act.QiDongActivity',
|
||||||
|
rules:
|
||||||
|
'[id="me.zhouzhuo810.zznote:id/native_ad_container"] + [id^="me.zhouzhuo810.zznote:id/btn_next"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12798528',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user