mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(呆萌价): 开屏广告(GKD1.7有效)
This commit is contained in:
30
src/apps/com.lxkj.dmhw.ts
Normal file
30
src/apps/com.lxkj.dmhw.ts
Normal file
@@ -0,0 +1,30 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.lxkj.dmhw',
|
||||
name: '呆萌价',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
quickFind: true,
|
||||
action: 'clickCenter',
|
||||
position: {
|
||||
left: 'width * 0.8981',
|
||||
top: 'width * 0.1629',
|
||||
},
|
||||
matches: '[id="com.lxkj.dmhw:id/animation_view"]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/c523fe10-484f-4bdb-b331-51745e494af1',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13246178',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user