feat: 更新 kv_app 表的 proxy 默认值为 true,调整应用列表中的 proxy 处理逻辑

This commit is contained in:
xiongxiao
2026-03-25 14:19:15 +08:00
committed by cnb
parent 02f17595d9
commit b913594a12
2 changed files with 2 additions and 2 deletions

View File

@@ -244,7 +244,7 @@ app
uid,
version: version || '0.0.0',
title: appKey,
proxy: appKey.includes('center') ? false : true,
proxy: true,
description: description || '',
data: {
files: files || [],