feat(涨乐财富通): 首页弹窗 (#152)

This commit is contained in:
Kun Jinkao
2023-09-19 11:28:03 +08:00
committed by GitHub
parent c4068b1222
commit a0789b5d0d

21
src/apps/com.lphtsccft.ts Normal file
View File

@@ -0,0 +1,21 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.lphtsccft',
name: '涨乐财富通',
groups: [
{
key: 1,
name: '首页弹窗',
activityIds: [
'com.lphtsccft.zhangle.startup.SplashScreenActivity',
'com.lphtsccft.zhangle.main.MainActivity',
],
rules: '[id="com.lphtsccft:id/tv_never"][text="不再提醒"]',
snapshotUrls: [
'https://gkd-kit.gitee.io/import/12646899',
'https://gkd-kit.gitee.io/import/12646925',
],
},
],
});