feat(一兜糖): 开屏广告 (#2881)

This commit is contained in:
Lanyuanxiaoyao 2023-12-08 20:06:30 +08:00 committed by GitHub
parent f3333fd7e0
commit 41dc0896ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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'],
},
],
});