mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
36 lines
930 B
TypeScript
36 lines
930 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.delicloud.app.smartoffice',
|
|
name: '得力e+',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
actionMaximumKey: 0,
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches: '[text="跳过"][childCount=0][visibleToUser=true]',
|
|
exampleUrls:
|
|
'https://m.gkd.li/57941037/23262900-c52d-494a-9b7d-bb821025665a',
|
|
snapshotUrls: 'https://i.gkd.li/i/14553055',
|
|
},
|
|
{
|
|
key: 1,
|
|
matches:
|
|
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/13840775',
|
|
'https://i.gkd.li/i/13944086',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|