fix: auto link converters

This commit is contained in:
Steven
2024-01-08 20:57:44 +08:00
parent 43e42079a4
commit 5449342016
5 changed files with 19 additions and 7 deletions

View File

@ -156,6 +156,7 @@ message LinkNode {
message AutoLinkNode {
string url = 1;
bool is_raw_text = 2;
}
message TagNode {