diff --git a/src/apps/csii.com.qny.ts b/src/apps/csii.com.qny.ts new file mode 100644 index 00000000..d5339dc4 --- /dev/null +++ b/src/apps/csii.com.qny.ts @@ -0,0 +1,21 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'csii.com.qny', + name: '黔农云', + groups: [ + { + key: 0, + name: '开屏广告', + desc: '点击跳过按钮', + matchLauncher: true, + activityIds: 'csii.com.qny.ui.activity.AdvertisementActivity', + rules: [ + { + matches: '[id="csii.com.qny:id/tv_count_down"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12908332', + }, + ], + }, + ], +});