mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(淘特): 开屏广告 (#529)
This commit is contained in:
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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user