✏️ 结构化数据类型分解 #51

This commit is contained in:
BTMuli
2023-12-08 13:10:09 +08:00
parent 1df568e26a
commit 0cb68dfe6f
3 changed files with 3 additions and 295 deletions

View File

@@ -27,7 +27,7 @@ import showSnackbar from "../func/snackbar";
interface TpText {
insert: string;
attributes?: {
link: string;
link?: string;
bold?: boolean;
color?: string;
align?: string;