Merge pull request #8 from gkd-sub-repo/com.xiaomi.gamecenter.sdk.service

feat(小米游戏服务) 更新提示
This commit is contained in:
AIsouler
2024-02-07 15:27:48 +08:00
committed by GitHub

View File

@@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.xiaomi.gamecenter.sdk.service',
name: '小米游戏服务',
groups: [
{
key: 1,
name: '更新提示',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text="升级提示"] < * + [vid="btn_close"]',
snapshotUrls: 'https://i.gkd.li/import/14188929',
},
],
});