mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 22:43:39 +08:00
feat(搜索): 局部广告-广告卡片 (#3829)
This commit is contained in:
parent
6af9646981
commit
33c134b025
18
src/apps/com.android.quicksearchbox.ts
Normal file
18
src/apps/com.android.quicksearchbox.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user