fix: use displayServerUrl for worker download commands and improve admin UI#237
Merged
Thomas-Eliot merged 1 commit intohigress-group:mainfrom Apr 1, 2026
Conversation
…min UI Worker 下载命令中优先使用 Nacos 的 displayServerUrl(公网展示地址), 当未配置时回退到 serverUrl,解决内网地址场景下开发者无法直接使用下载 命令的问题。同时改进管理后台 Nacos 配置页面的展示和表单提示。 - WorkerServiceImpl: 构建下载 URL 时优先取 displayServerUrl - NacosConsoles.tsx: 列表新增「展示地址」列,表单增加用途说明 🤖 Generated with [Qoder][https://qoder.com]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
Worker 下载命令中优先使用 Nacos 的
displayServerUrl(公网展示地址),当未配置时回退到serverUrl,解决内网地址场景下开发者无法直接使用下载命令的问题。同时改进管理后台 Nacos 配置页面的展示和表单提示。displayServerUrl,未配置则回退到serverUrldisplayServerUrl输入框增加用途说明(extra提示文字)和更具体的 placeholder 示例🔗 Related Issues
✅ Type of Change
🧪 Testing
📋 Checklist
mvn spotless:applyfor backend,npm run lint:fixfor frontend)