feat(搜索): 局部广告-广告卡片 (#3829)

This commit is contained in:
adproqwq 2024-01-14 22:52:02 +08:00 committed by GitHub
parent 6af9646981
commit 33c134b025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.android.quicksearchbox',
name: '搜索',
groups: [
{
key: 1,
name: '局部广告-广告卡片',
quickFind: true,
matchTime: 10000,
resetMatch: 'app',
actionMaximum: 1,
rules: '[vid="ad_close"]',
snapshotUrls: 'https://i.gkd.li/import/13897834',
},
],
});