mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 18:42:29 +08:00
feat(魔法集市 Global): 开屏广告 (#2901)
* fix: masadora * feat(魔法集市 Global): 开屏广告 --------- Co-authored-by: Lucio-0408 <1026680384@qq.com> Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
parent
450de25e96
commit
95fbeeac67
22
src/apps/com.masadoraandroid.ts
Normal file
22
src/apps/com.masadoraandroid.ts
Normal file
|
@ -0,0 +1,22 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.masadoraandroid',
|
||||
name: '魔法集市 Global',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
matchTime: 10000,
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.masadoraandroid:id/skip"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13578688',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user