mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:22:22 +08:00
parent
34e33eb61f
commit
28bae67d22
24
src/apps/com.hcrs.ts
Normal file
24
src/apps/com.hcrs.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user