mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user