Skip to content

Commit

Permalink
feat(WeiboBig): 流量继续播放视频 (gkd-kit#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Nov 3, 2023
1 parent 4ea106b commit 3e679b8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/apps/com.sina.weibocare.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
});

0 comments on commit 3e679b8

Please sign in to comment.