mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(云服务): 更新提示
This commit is contained in:
24
src/apps/com.heytap.cloud.ts
Normal file
24
src/apps/com.heytap.cloud.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.heytap.cloud',
|
||||||
|
name: '云服务',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '更新提示',
|
||||||
|
desc: '点击关闭',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.heytap.cloud.home.ui.CloudSettingsActivity2',
|
||||||
|
matches: ['[text="检测到新版本"]', '[vid="cancel"]'],
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/16097208',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user