mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(涨乐财富通): 首页弹窗 (#152)
This commit is contained in:
21
src/apps/com.lphtsccft.ts
Normal file
21
src/apps/com.lphtsccft.ts
Normal 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',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user