Files
AIsouler-GKD_subscription/src/apps/com.leduoworks.gpstoolbox.ts
2024-01-03 01:06:35 +08:00

18 lines
430 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/import/13062612',
},
],
});