mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
19
src/apps/com.delicloud.app.smartoffice.ts
Normal file
19
src/apps/com.delicloud.app.smartoffice.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
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',
|
||||
rules:
|
||||
'@View[clickable=true] <2 FrameLayout <2 FrameLayout <<2 FrameLayout[id="com.delicloud.app.smartoffice:id/splash_container"]',
|
||||
snapshotUrls: ['https://i.gkd.li/import/13840775'],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user