From 5d3a286b3efcf3ba1cf0a790bbacca6aa7c4a3d6 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 1 Oct 2023 02:33:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B6=A8=E4=B9=90=E5=85=A8=E7=90=83?= =?UTF-8?q?=E9=80=9A):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#531)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 新创建 App 规则 * 修改 App 名称 --- src/apps/com.lphtsccft.zlqqt2.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.lphtsccft.zlqqt2.ts diff --git a/src/apps/com.lphtsccft.zlqqt2.ts b/src/apps/com.lphtsccft.zlqqt2.ts new file mode 100644 index 00000000..0ae894c2 --- /dev/null +++ b/src/apps/com.lphtsccft.zlqqt2.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.lphtsccft.zlqqt2', + name: '涨乐全球通', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.lphtsccft.zhangle.startup.SplashScreenActivity', + rules: '[id="com.lphtsccft.zlqqt2:id/countdown_skip"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12774860', + }, + ], +});