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

1.5 KiB

Bricks documentation

中文文档请看这里

A web application development platform to make the web application development more easy. It let developments choose the UI components provide by bricks or provide by third parts to construct his or her application just like use bricks to build toys.

Installation

Use Case

Widget List

Widgets

UI Components

Layout

Layout is the base Layout, please click Layout for more detail.

BoxLayout

BoxLayout is a one direction layout, for more information, please click BoxLayout

HBox

HBox is a layout to layout subwidgets in horizontal direction, please click HBox for more information.

VBox

VBox is a layout to layout its subwidgets in vertical direction, please click VBox for more information.

Text

Title1

Title2

Title3

Title4

Title5

Title6

Image

Image show image on you dom tree, please click image for more information about Image widget

MarkdownViewer

a markdown document viewer widget, for more information, please see markdownviewer

VideoPlayer

a video player widget base on indigo-player, please look at videoplayer for more information.

Modal

Toolbar

toolbar component provide user a toobar service, for more information pleaseclick toolbar