fix(feedback): 修复新建工单崩溃 + 我的工单卡片移至左列#9
Merged
Merged
Conversation
- 新建工单表单正文改用 Semi UI 独立导出的 TextArea:Input 无 .TextArea 静态成员,原 Input.TextArea 渲染为 undefined 组件导致整页崩溃 ("页面渲染出错,请刷新页面重试")。 - 「我的工单」卡片从个人设置右列移到左列。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.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.
工单功能(PR #8)合入 main 后的两处 UI 修复。
修复
Input.TextArea,但 Semi UI 的Input没有.TextArea静态成员,渲染为undefined组件导致整页崩溃("页面渲染出错,请刷新页面重试")。改用独立导出的TextArea。验证
vite build通过;扫描确认无其它「静态成员访问」隐患。🤖 Generated with Claude Code