mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:43:46 +08:00
feat(淘特): 开屏广告 (#529)
This commit is contained in:
parent
68c16bb163
commit
49cf2d10a2
16
src/apps/com.taobao.litetao.ts
Normal file
16
src/apps/com.taobao.litetao.ts
Normal file
|
@ -0,0 +1,16 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.taobao.litetao',
|
||||
name: '淘特',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.taobao.ltao.maintab.MainFrameActivity',
|
||||
rules:
|
||||
'[id="com.taobao.litetao:id/root_layout"] > TextView[text^="还剩"&&text$="秒"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12774851',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user