diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index f1ec55c31e..335b68c9c1 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -1327,6 +1327,7 @@ "TextColor2": {"props": ["muted", "wrapper", "base"]}, "TextSize": {"props": ["size10", "size14", "size20"]}, "TextStyle": {"props": ["strikethrough", "underline", "bold"]}, + "ThreadCard": {"props": ["threadName", "container", "facepile"]}, "Tip": {"props": ["pro", "inline"]}, "TitleBar": {"props": ["titleBar", "wordmark"]}, "Tooltip": {"props": ["tooltip", "tooltipTop"]}, @@ -2949,6 +2950,9 @@ "themedark": ["NotFound", "themeDark"], "themelight": ["NotFound", "themeLight"], "themeundefined": ["NotFound", "themeUndefined"], + "threadcard": ["ThreadCard", "container"], + "threadcardauthor": ["ThreadCard", "authorName"], + "threadcardname": ["ThreadCard", "threadName"], "tip": ["Tip", "tip"], "tipblock": ["Tip", "block"], "tippro": ["Tip", "pro"],