mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
17 lines
378 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|