diff --git a/src/apps/com.bw30.zsch.ts b/src/apps/com.bw30.zsch.ts new file mode 100644 index 00000000..cae1855e --- /dev/null +++ b/src/apps/com.bw30.zsch.ts @@ -0,0 +1,20 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.bw30.zsch', + name: '四川航空', + groups: [ + { + key: 0, + name: '开屏广告', + matchLauncher: true, + quickFind: true, + rules: 'TextView[id="com.bw30.zsch:id/timer_text"]', + snapshotUrls: [ + 'https://gkd-kit.songe.li/import/12882959', + 'https://gkd-kit.songe.li/import/12882967', + 'https://gkd-kit.songe.li/import/12882991', + ], + }, + ], +});