mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
chore: pnpm lint
This commit is contained in:
@@ -2,14 +2,15 @@ import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.android.bankabc',
|
||||
name: `中国农业银行`,
|
||||
name: '中国农业银行',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: `开屏广告`,
|
||||
activityIds: `com.alipay.mobile.quinox.LauncherActivity`,
|
||||
rules: [`ImageView[id="com.android.bankabc:id/close"]`],
|
||||
snapshotUrls: `https://gkd-kit.gitee.io/import/38517192/3653218a-e0e0-4a60-8308-dea5fd4179b3`,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.alipay.mobile.quinox.LauncherActivity',
|
||||
rules: ['ImageView[id="com.android.bankabc:id/close"]'],
|
||||
snapshotUrls:
|
||||
'https://gkd-kit.gitee.io/import/38517192/3653218a-e0e0-4a60-8308-dea5fd4179b3',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user