feat(搜狗输入法): 开屏广告 (#2174)

This commit is contained in:
Kun Jinkao
2023-11-18 23:10:25 +08:00
committed by GitHub
parent 684953527b
commit 52b7a3eb6b

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.sohu.inputmethod.sogou',
name: '搜狗输入法',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '@LinearLayout > [text="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/13379281',
},
],
});