From 04bc64f1892b7fb3652e3d0db034563ce89df747 Mon Sep 17 00:00:00 2001 From: Ze-Zheng Wu Date: Mon, 4 Sep 2023 10:55:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=AD=E5=9B=BD=E7=94=B5=E4=BF=A1?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=E8=B7=B3=E8=BF=87=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ct.client.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/apps/com.ct.client.ts b/src/apps/com.ct.client.ts index e0cde607..f7b3f102 100644 --- a/src/apps/com.ct.client.ts +++ b/src/apps/com.ct.client.ts @@ -2,7 +2,7 @@ import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.ct.client', - name: `中国电信`, + name: '中国电信', groups: [ { key: 0, @@ -11,7 +11,8 @@ export default defineAppConfig({ 'com.ct.client.activity.MainActivity', 'com.ct.client.activity.SplashActivity', ], - rules: '[id=`com.ct.client:id/tvSkip`]', + rules: '[id="com.ct.client:id/tvSkip"||id="com.ct.client:id/btSkip"]', + snapshotUrls: ['https://gkd-kit.songe.li/import/12508958'], }, ], });