diff --git a/src/apps/com.lphtsccft.zlqqt2.ts b/src/apps/com.lphtsccft.zlqqt2.ts new file mode 100644 index 00000000..0ae894c2 --- /dev/null +++ b/src/apps/com.lphtsccft.zlqqt2.ts @@ -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', + }, + ], +});