mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:02:27 +08:00
feat(一兜糖): 开屏广告 (#2881)
This commit is contained in:
parent
f3333fd7e0
commit
41dc0896ad
15
src/apps/com.yidoutang.app.ts
Normal file
15
src/apps/com.yidoutang.app.ts
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.yidoutang.app',
|
||||||
|
name: '一兜糖',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.yidoutang.flutter.YDTFlutterActivity',
|
||||||
|
rules: '[desc="跳过"]',
|
||||||
|
snapshotUrls: ['https://i.gkd.li/import/13574555'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user