mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
25
src/apps/com.tmall.wireless.ts
Normal file
25
src/apps/com.tmall.wireless.ts
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.tmall.wireless',
|
||||||
|
name: '手机天猫',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
matchLauncher: true,
|
||||||
|
activityIds: 'com.tmall.wireless.maintab.module.TMMainTabActivity',
|
||||||
|
rules: '[id="com.tmall.wireless:id/splash_ad_txt_skip"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13162604',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '版本更新',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.tmall.wireless.splash.TMSplashActivity',
|
||||||
|
rules: '[id="com.tmall.wireless:id/update_button_cancel"] [text="取消"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13162603',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user