mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
🐛 插入 obj,自动转为 unknown
This commit is contained in:
@@ -219,7 +219,7 @@ function parseContent(content: string): string {
|
||||
default:
|
||||
console.warn(`[MysPostParser] Unknown key: ${key}`);
|
||||
result.push({
|
||||
insert: JSON.stringify(data[key]),
|
||||
insert: data[key],
|
||||
});
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user