mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
feat(比亚迪王朝): 更新弹窗 (#2061)
* feat(比亚迪王朝): 添加跳过自动更新支持 * feat(比亚迪王朝): 替换错误的域名 * feat(比亚迪王朝): 修复快照链接 * feat(比亚迪王朝): 更新弹窗 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
26
src/apps/com.byd.aeri.caranywhere.ts
Normal file
26
src/apps/com.byd.aeri.caranywhere.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user