yumoqing 2e22085122 feat: 401后登录成功自动重试原始请求
- withLoginInfo 改为接收完整 opts(含 method/headers/params)
- 等待 login_window 的 destroy 事件(=登录成功信号)
- 登录成功后重试原始请求
- 重试仍401则返回null(避免死循环)
- 用户手动关闭登录窗口时也触发重试,401则返回null
2026-05-27 15:39:34 +08:00

53 lines
1002 B
Markdown

# Bricks widgets
## Accordion (完成)
## AudioPlayer (完成)
## BlankIcon (完成)
## BoxLayout
[boxlayout](BoxLayout.md)
## Button (完成)
## DataGrid (完成)
## EditableTree (完成)
## Error
## Form (完成)
## HBox (完成)
[hbox](HBox.md)
## HFiller (完成)
## HScrollPanel
## Icon (完成)
## Image (完成)
[image](image.md)
## MarkdownViewer (完成)
(markdown viewer](markdownviewer.md)
## Menu
## Message (完成)
## MiniForm (完成)
## Modal (完成)
## ModalForm
## MultipleStateImage
## PopupForm
## TabForm
## TabPanel (完成)
## Text (完成)
[text](text.md)
## Title1 (完成)
## Title2 (完成)
## Title3 (完成)
## Title4 (完成)
## Title5 (完成)
## Title6 (完成)
## Toolbar (完成)
[Toolbar](toolbar.md)
## Tree (完成)
## VBox (完成)
[VBox](vbox.md)
## VFiller (完成)
## VScrollPanel
## Video (完成)
## VideoPlayer (与video一样)
[VideoPlayer](videoplayer.md)
## XTerminal(没有js文件)