diff --git a/src/apps/com.wallstreetcn.news.ts b/src/apps/com.wallstreetcn.news.ts new file mode 100644 index 00000000..88ad8923 --- /dev/null +++ b/src/apps/com.wallstreetcn.news.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.wallstreetcn.news', + name: '华尔街见闻', + groups: [ + { + key: 0, + name: '启动-开屏广告', + activityIds: ['com.wallstreetcn.news.ProxyMainActivity'], + rules: [ + { + matches: '[id="com.wallstreetcn.news:id/iv_jump"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12850458', + }, + ], + }, + ], +});