mirror of https://github.com/Textualize/rich.git
Test card
This commit is contained in:
parent
904ab9764d
commit
f491ec0678
|
@ -91,7 +91,7 @@ def make_test_card() -> Table:
|
||||||
table.add_row(
|
table.add_row(
|
||||||
"CJK support",
|
"CJK support",
|
||||||
Panel(
|
Panel(
|
||||||
"[default]该库支持中文,日文和韩文文本!", expand=False, style="red", box=box.DOUBLE_EDGE,
|
"该库支持中文,日文和韩文文本!", expand=False, border_style="red", box=box.DOUBLE_EDGE,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue