feat(小白智慧打印):开屏广告 (#2906)

close #2900
This commit is contained in:
jiuqianyuan 2023-12-08 20:25:43 +08:00 committed by GitHub
parent 16c0122f36
commit a1ad84649d
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: 'com.gfd.ecprint',
name: '小白智慧打印',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13579102',
},
],
});