feat(百度贴吧): 规则优化

This commit is contained in:
lisonge
2023-11-13 01:41:46 +08:00
parent 53c0b048fd
commit 501d14a836

View File

@@ -3,6 +3,7 @@ import { defineAppConfig } from '../types';
export default defineAppConfig({ export default defineAppConfig({
id: 'com.baidu.tieba', id: 'com.baidu.tieba',
name: '百度贴吧', name: '百度贴吧',
deprecatedKeys: [4],
groups: [ groups: [
{ {
key: 0, key: 0,
@@ -129,7 +130,7 @@ export default defineAppConfig({
}, },
{ {
key: 9, key: 9,
name: '应用内广告弹窗', name: '广告弹窗',
matchLauncher: true, matchLauncher: true,
matchTime: 10000, matchTime: 10000,
actionMaximum: 1, actionMaximum: 1,