mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat( 完美校园 ): 升级提示,密码过期提示 (#791)
1、升级提示。自动点击【X】 2、密码过期提示。自动点击【取消】 Signed-off-by: dlh <du__th@163.com> Co-authored-by: dlh <du__th@163.com>
This commit is contained in:
26
src/apps/com.newcapec.mobile.ncp.ts
Normal file
26
src/apps/com.newcapec.mobile.ncp.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.newcapec.mobile.ncp',
|
||||
name: '完美校园',
|
||||
groups: [
|
||||
{
|
||||
key: 10,
|
||||
name: '新版本提示',
|
||||
desc: '新版本提示弹窗,点击右上角【X】按钮。(需手动开启)',
|
||||
enable: false,
|
||||
activityIds: 'com.wanxiao.basebusiness.activity.SplashActivity',
|
||||
rules: '[id="com.newcapec.mobile.ncp:id/iv_close"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12843377',
|
||||
},
|
||||
{
|
||||
key: 11,
|
||||
name: '密码过期提示弹窗',
|
||||
desc: '密码过期提示弹窗,点击【取消】按钮。(需手动开启)',
|
||||
enable: false,
|
||||
activityIds: 'com.wanxiao.ui.activity.IndexActivity',
|
||||
rules: '[id="com.newcapec.mobile.ncp:id/dialog_oppotion"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12843399',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user