From 3e679b89103613c5bf7a1b3f005c57ac6ff7fc7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=88=BA=E8=9E=88?= Date: Sat, 4 Nov 2023 01:57:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(WeiboBig):=20=E6=B5=81=E9=87=8F=E7=BB=A7?= =?UTF-8?q?=E7=BB=AD=E6=92=AD=E6=94=BE=E8=A7=86=E9=A2=91=20(#1795)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.sina.weibocare.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.sina.weibocare.ts diff --git a/src/apps/com.sina.weibocare.ts b/src/apps/com.sina.weibocare.ts new file mode 100644 index 000000000..740def8e1 --- /dev/null +++ b/src/apps/com.sina.weibocare.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.sina.weibocare', + name: 'WeiboBig', + groups: [ + { + enable: false, + key: 1, + name: '流量继续播放视频', + desc: '点击[播放]', + quickFind: true, + activityIds: 'com.weico.international.activity.MainFragmentActivity', + rules: '[id="com.sina.weibocare:id/ed_btn_positive"][text="播放"]', + snapshotUrls: 'https://i.gkd.li/import/13253223', + }, + ], +});