Files
AIsouler-GKD_subscription/src/apps/com.glyh.mbank.pro.ts
2023-11-10 10:16:32 +08:00

17 lines
378 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.glyh.mbank.pro',
name: '桂林银行',
groups: [
{
key: 0,
name: '开屏广告',
matchLauncher: true,
quickFind: true,
rules: 'TextView[id="com.glyh.mbank.pro:id/tv_countdown"]',
snapshotUrls: 'https://i.gkd.li/import/12876201',
},
],
});