mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(SDGun社区): 开屏广告 (#1605)
This commit is contained in:
18
src/apps/com.appbyme.app283982.ts
Normal file
18
src/apps/com.appbyme.app283982.ts
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.appbyme.app283982',
|
||||||
|
name: 'SDGun社区',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: '[id="com.appbyme.app283982:id/close"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13206391',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user