mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
feat(WeiboBig): 流量继续播放视频 (#1795)
This commit is contained in:
18
src/apps/com.sina.weibocare.ts
Normal file
18
src/apps/com.sina.weibocare.ts
Normal file
@@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user