feat(华彩人生): 开屏广告 (#2721)

close #2696
This commit is contained in:
walklty 2023-12-03 16:40:11 +08:00 committed by GitHub
parent 34e33eb61f
commit 28bae67d22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
src/apps/com.hcrs.ts Normal file
View File

@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.hcrs',
name: '华彩人生',
groups: [
{
key: 1,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: '[id="com.hcrs:id/ll_skip_splash"]',
exampleUrls:
'https://m.gkd.li/47232102/23ef9096-1ba8-4a68-8105-0f73c7158239',
snapshotUrls: 'https://i.gkd.li/import/13515798',
},
],
},
],
});