feat(涨乐全球通): 开屏广告 (#531)

* 新创建 App 规则

* 修改 App 名称
This commit is contained in:
Kun Jinkao
2023-10-01 02:33:28 +08:00
committed by GitHub
parent 2f359d5a1a
commit 5d3a286b3e

View File

@@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.lphtsccft.zlqqt2',
name: '涨乐全球通',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.lphtsccft.zhangle.startup.SplashScreenActivity',
rules: '[id="com.lphtsccft.zlqqt2:id/countdown_skip"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12774860',
},
],
});