mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
16 lines
355 B
TypeScript
16 lines
355 B
TypeScript
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'],
|
|
},
|
|
],
|
|
});
|