mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(魅族社区): 开屏广告 (#1638)
This commit is contained in:
21
src/apps/com.meizu.flyme.flymebbs.ts
Normal file
21
src/apps/com.meizu.flyme.flymebbs.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.meizu.flyme.flymebbs',
|
||||
name: '魅族社区',
|
||||
groups: [
|
||||
{
|
||||
name: '开屏广告',
|
||||
key: 0,
|
||||
matchTime: 10000,
|
||||
resetMatch: 'app',
|
||||
actionMaximum: 1,
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.meizu.flyme.flymebbs:id/tv_skip"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13213487',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user