Files
AIsouler-GKD_subscription/src/apps/com.lolaage.tbulu.tools.ts
Kun Jinkao 274a33d5b7 feat(两步路户外助手): 开屏广告,更新弹窗 (#969)
* feat 开屏广告

* feat 更新弹窗

close #956
2023-10-13 01:14:43 +08:00

26 lines
757 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.lolaage.tbulu.tools',
name: '两步路户外助手',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.lolaage.tbulu.tools.ui.activity.WelcomeActivity',
matchLauncher: true,
quickFind: true,
rules: '[id="com.lolaage.tbulu.tools:id/skipPart"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12882538',
},
{
key: 1,
name: '更新弹窗',
activityIds: 'com.lolaage.tbulu.tools.upgrade',
rules:
'[id="com.lolaage.tbulu.tools:id/tvFullUpgrade"] + [id="com.lolaage.tbulu.tools:id/tvCancel"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12882550',
},
],
});