mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(一兜糖): 开屏广告 (#2881)
This commit is contained in:
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'],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user