mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
17 lines
461 B
TypeScript
17 lines
461 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|