fix: scanner redis sentinel, publish flush, version delete, clipboard fallback#157
Merged
fix: scanner redis sentinel, publish flush, version delete, clipboard fallback#157
Conversation
# Conflicts: # server/skillhub-app/src/main/java/com/iflytek/skillhub/config/RedissonConfig.java # server/skillhub-app/src/test/java/com/iflytek/skillhub/config/RedissonConfigTest.java
Translate the agent quick-start prompt from English to Chinese and add a test to verify both locale strings.
navigator.clipboard is undefined in HTTP/iframe/WebView contexts, causing TypeError on copy. Extract copyToClipboard() utility with execCommand fallback and apply across all 6 call sites.
vsxd
approved these changes
Mar 24, 2026
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.
概述
修复多个独立问题,涵盖后端 scanner/publish/数据库 和前端剪贴板兼容性。
变更内容
后端
前端
navigator.clipboard在非安全上下文(HTTP/iframe/WebView)下为 undefined,新增copyToClipboard()工具函数,带execCommand降级方案,修复全部 6 处调用