feat(糖心Vlog): 规则优化 (#2041)

This commit is contained in:
jiuqianyuan
2023-11-13 01:02:42 +08:00
committed by GitHub
parent eb1163c094
commit adb080d8c0

View File

@@ -9,7 +9,9 @@ export default defineAppConfig({
key: 0,
name: '开屏广告',
desc: '虚假按钮,实际点击无法跳过,规则暂时保留',
activityIds: ['com.example.flutter3_frame.MainActivity'],
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches:
@@ -21,6 +23,10 @@ export default defineAppConfig({
{
key: 1,
name: '广告弹窗',
matchLauncher: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: ['com.example.flutter3_frame.MainActivity'],
rules: [
{
@@ -33,6 +39,10 @@ export default defineAppConfig({
{
key: 2,
name: '公告弹窗',
matchLauncher: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: ['com.example.flutter3_frame.MainActivity'],
rules: [
{