mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:22:22 +08:00
feat(住小帮): 开屏广告 (#2883)
This commit is contained in:
parent
482c23ee47
commit
f3333fd7e0
15
src/apps/com.ss.android.homed.ts
Normal file
15
src/apps/com.ss.android.homed.ts
Normal 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'],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user