mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(糖心Vlog): 规则优化 (#2041)
This commit is contained in:
@@ -9,7 +9,9 @@ export default defineAppConfig({
|
|||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
desc: '虚假按钮,实际点击无法跳过,规则暂时保留',
|
desc: '虚假按钮,实际点击无法跳过,规则暂时保留',
|
||||||
activityIds: ['com.example.flutter3_frame.MainActivity'],
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches:
|
matches:
|
||||||
@@ -21,6 +23,10 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '广告弹窗',
|
name: '广告弹窗',
|
||||||
|
matchLauncher: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: ['com.example.flutter3_frame.MainActivity'],
|
activityIds: ['com.example.flutter3_frame.MainActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
@@ -33,6 +39,10 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '公告弹窗',
|
name: '公告弹窗',
|
||||||
|
matchLauncher: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
activityIds: ['com.example.flutter3_frame.MainActivity'],
|
activityIds: ['com.example.flutter3_frame.MainActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user