Files
AIsouler-GKD_subscription/src/apps/com.leduoworks.gpstoolbox.ts
2024-02-23 21:42:34 +08:00

17 lines
437 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.leduoworks.gpstoolbox',
name: 'GPS工具箱',
groups: [
{
key: 1,
name: '局部广告-首页占位广告',
activityIds: 'com.leduoworks.gpstoolbox.frmt.MainFrmtActivity',
quickFind: true,
rules: '[id="com.leduoworks.gpstoolbox:id/iv_close"]',
snapshotUrls: 'https://i.gkd.li/i/13062612',
},
],
});