feat(行者骑行): 开屏广告 (#1226)

close #1220
This commit is contained in:
Kun Jinkao
2023-10-19 00:56:40 +08:00
committed by GitHub
parent 8f06a0c9a3
commit e1f0cef43d

16
src/apps/im.xingzhe.ts Normal file
View File

@@ -0,0 +1,16 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'im.xingzhe',
name: '行者骑行',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'im.xingzhe.activity.LaunchActivity',
matchLauncher: true,
rules: '[id="im.xingzhe:id/count_text"][text^="跳过"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/13031282',
},
],
});