feat(比亚迪王朝): 更新弹窗 (#2061)

* feat(比亚迪王朝): 添加跳过自动更新支持

* feat(比亚迪王朝): 替换错误的域名

* feat(比亚迪王朝): 修复快照链接

* feat(比亚迪王朝): 更新弹窗

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
Frank Zhang 2023-11-14 20:14:56 +08:00 committed by GitHub
parent 646a402d03
commit c8025a9af6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,26 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.byd.aeri.caranywhere',
name: '比亚迪王朝',
groups: [
{
enable: false,
key: 1,
name: '更新弹窗',
resetMatch: 'app',
actionMaximum: 1,
activityIds: ['com.byd.aeri.splash.module_splash.activity.TabManager'],
rules: [
{
quickFind: true,
matches: [
'[id="com.byd.aeri.caranywhere:id/tv_determine"][text="立即安装"]',
'[id="com.byd.aeri.caranywhere:id/tv_cancel"]',
],
snapshotUrls: 'https://i.gkd.li/import/13348383',
},
],
},
],
});