feat(群晖助手): 开屏广告 (#2456)

close #2422
This commit is contained in:
jiuqianyuan 2023-11-24 00:08:16 +08:00 committed by GitHub
parent ee9d140739
commit 5763537d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'fit.flutter.dsm_helper',
name: '群晖助手',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13445496',
},
],
});