feat(魅族社区): 开屏广告 (#1638)

This commit is contained in:
世上僅有的榮光之路
2023-10-31 23:37:40 +08:00
committed by GitHub
parent 17614bf81a
commit 6b77856d37

View 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',
},
],
},
],
});