mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
19 lines
496 B
TypeScript
19 lines
496 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|