mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat: 移除 rule.desc 字段
This commit is contained in:
@@ -35,7 +35,7 @@ export default defineAppConfig({
|
||||
// 正常安装
|
||||
{
|
||||
key: 0,
|
||||
desc: '点击【继续安装】',
|
||||
name: '点击【继续安装】',
|
||||
activityIds: [
|
||||
'com.miui.packageInstaller.ui.InstallPrepareAlertActivity',
|
||||
'com.miui.packageInstaller.NewInstallerPrepareActivity',
|
||||
@@ -49,7 +49,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
desc: '点击【继续安装】',
|
||||
name: '点击【继续安装】',
|
||||
activityIds: 'com.miui.packageInstaller.NewInstallerPrepareActivity',
|
||||
matches: '@[text="继续安装"] + [text="取消安装"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12889120',
|
||||
@@ -58,7 +58,7 @@ export default defineAppConfig({
|
||||
// 需勾选【已了解此应用未经安全检测】才能继续安装
|
||||
{
|
||||
key: 2,
|
||||
desc: '勾选【已了解此应用未经安全检测】',
|
||||
name: '勾选【已了解此应用未经安全检测】',
|
||||
activityIds: 'com.miui.packageInstaller.NewInstallerPrepareActivity',
|
||||
matches:
|
||||
'[id="com.miui.packageinstaller:id/install_checked"][checked=false]',
|
||||
@@ -71,7 +71,7 @@ export default defineAppConfig({
|
||||
// 需勾选【已了解此应用存在高风险】才能继续安装
|
||||
{
|
||||
key: 3,
|
||||
desc: '点击【了解风险】',
|
||||
name: '点击【了解风险】',
|
||||
activityIds: 'com.miui.packageInstaller.NewInstallerPrepareActivity',
|
||||
matches: '@[text="了解风险"] + [text="取消安装"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12889135',
|
||||
@@ -79,7 +79,7 @@ export default defineAppConfig({
|
||||
{
|
||||
preKeys: 3,
|
||||
key: 4,
|
||||
desc: '勾选【已了解此应用存在高风险】',
|
||||
name: '勾选【已了解此应用存在高风险】',
|
||||
activityIds: 'com.miui.packageInstaller.NewInstallerPrepareActivity',
|
||||
matches:
|
||||
'[id="com.miui.packageinstaller:id/install_checked"][checked=false]',
|
||||
@@ -91,7 +91,7 @@ export default defineAppConfig({
|
||||
{
|
||||
preKeys: 4,
|
||||
key: 5,
|
||||
desc: '点击【仍然安装】',
|
||||
name: '点击【仍然安装】',
|
||||
activityIds: 'com.miui.packageInstaller.NewInstallerPrepareActivity',
|
||||
matches: '@[text="仍然安装"] + [text="取消安装"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12889148',
|
||||
@@ -101,7 +101,7 @@ export default defineAppConfig({
|
||||
{
|
||||
preKeys: [0, 1, 5],
|
||||
key: 6,
|
||||
desc: '点击【完成】',
|
||||
name: '点击【完成】',
|
||||
activityIds: [
|
||||
'com.miui.packageInstaller.ui.normalmode.InstallProgressActivity',
|
||||
'com.miui.packageInstaller.InstallProgressActivity',
|
||||
@@ -123,7 +123,7 @@ export default defineAppConfig({
|
||||
// 正常更新
|
||||
{
|
||||
key: 0,
|
||||
desc: '点击【继续更新】',
|
||||
name: '点击【继续更新】',
|
||||
activityIds: [
|
||||
'com.miui.packageInstaller.ui.InstallPrepareAlertActivity',
|
||||
'com.miui.packageInstaller.NewInstallerPrepareActivity',
|
||||
@@ -137,7 +137,7 @@ export default defineAppConfig({
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
desc: '点击【继续更新】',
|
||||
name: '点击【继续更新】',
|
||||
activityIds: 'com.miui.packageInstaller.NewInstallerPrepareActivity',
|
||||
matches: '@[text="继续更新"] + [text="取消更新"]',
|
||||
snapshotUrls: [
|
||||
@@ -149,7 +149,7 @@ export default defineAppConfig({
|
||||
// 需勾选【已了解此安装包未经安全检测】才能继续更新
|
||||
{
|
||||
key: 2,
|
||||
desc: '勾选【已了解此安装包未经安全检测】',
|
||||
name: '勾选【已了解此安装包未经安全检测】',
|
||||
activityIds: [
|
||||
'com.miui.packageInstaller.ui.InstallPrepareAlertActivity',
|
||||
'com.miui.packageInstaller.NewInstallerPrepareActivity',
|
||||
@@ -166,7 +166,7 @@ export default defineAppConfig({
|
||||
{
|
||||
preKeys: [0, 1],
|
||||
key: 3,
|
||||
desc: '点击【完成】',
|
||||
name: '点击【完成】',
|
||||
activityIds: [
|
||||
'com.miui.packageInstaller.ui.normalmode.InstallProgressActivity',
|
||||
'com.miui.packageInstaller.InstallProgressActivity',
|
||||
|
||||
Reference in New Issue
Block a user