Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
perf(应用包管理组件): 优化规则
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 12, 2024
1 parent c58a7a5 commit e056002
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/apps/com.miui.packageinstaller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default defineAppConfig({
key: 9,
name: '功能类-自动第三方安装应用',
desc: '自动允许第三方应用调用安装,安装应用',
quickFind: true,
rules: [
{
key: 0,
Expand All @@ -54,6 +55,7 @@ export default defineAppConfig({
key: 10,
name: '功能类-自动安装应用',
desc: '启用后安装高风险应用将自动完成,请自行评估风险决定是否启用',
quickFind: true,
rules: [
// 正常安装
{
Expand Down Expand Up @@ -143,6 +145,7 @@ export default defineAppConfig({
{
key: 11,
name: '功能类-自动更新应用',
quickFind: true,
rules: [
// 正常更新
{
Expand Down

0 comments on commit e056002

Please sign in to comment.