mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
chore: init
This commit is contained in:
13
src/apps/com.icbc.ts
Normal file
13
src/apps/com.icbc.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { AppConfig } from '../types';
|
||||
|
||||
export default <AppConfig>{
|
||||
id: 'com.icbc',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '中国工商银行-第一次启动提示',
|
||||
activityIds: 'com.icbc.activity.init.SplashActivity',
|
||||
rules: '[id=`com.icbc:id/close_btn`]',
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user