feat(住小帮): 开屏广告 (#2883)

This commit is contained in:
Lanyuanxiaoyao
2023-12-08 20:06:09 +08:00
committed by GitHub
parent 482c23ee47
commit f3333fd7e0

View File

@@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.ss.android.homed',
name: '住小帮',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.ss.android.homed.SplashActivity',
rules: '[text^="跳过"]',
snapshotUrls: ['https://i.gkd.li/import/13574557'],
},
],
});