feat: 恢复 "关闭" 类型广告

This commit is contained in:
lisonge
2024-01-03 21:59:58 +08:00
parent d96eabc66c
commit 4910a6896b
11 changed files with 128 additions and 4 deletions

View File

@@ -3,8 +3,22 @@ import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.crirp.zhipu',
name: '智谱',
deprecatedKeys: [1],
groups: [
{
name: '开屏广告',
key: 1,
enable: true,
matchTime: 10000,
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[text="关闭"]',
snapshotUrls: 'https://i.gkd.li/import/13725305',
},
],
},
{
name: '首页-今日要闻-不再提示',
key: 2,