From 0f25ee09f7cd76dd04765e3cb40ea91cecd02bde Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:34:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=8E=E5=B0=94=E8=A1=97=E8=A7=81?= =?UTF-8?q?=E9=97=BB):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#851)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.wallstreetcn.news.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.wallstreetcn.news.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.wallstreetcn.news.ts 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', + }, + ], + }, + ], +});