mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
15 lines
316 B
TypeScript
15 lines
316 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.icbc',
|
|
name: '中国工商银行',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '第一次启动提示',
|
|
activityIds: 'com.icbc.activity.init.SplashActivity',
|
|
rules: '[id=`com.icbc:id/close_btn`]',
|
|
},
|
|
],
|
|
});
|