diff --git a/src/apps/me.zhouzhuo810.zznote.ts b/src/apps/me.zhouzhuo810.zznote.ts new file mode 100644 index 00000000..0ec193c3 --- /dev/null +++ b/src/apps/me.zhouzhuo810.zznote.ts @@ -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', + }, + ], +});