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', + }, + ], +});