feat(文心一言): 升级提示 (#2130)

close #2129
This commit is contained in:
walklty
2023-11-16 21:27:01 +08:00
committed by GitHub
parent 9036e4056c
commit 2a34877020

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.baidu.newapp',
name: '文心一言',
groups: [
{
key: 1,
name: '升级提示',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: '[text="立即更新"] + [text="暂不升级"]',
snapshotUrls: 'https://i.gkd.li/import/13360280',
},
],
},
],
});