mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
✏️ 结构化数据类型分解 #51
This commit is contained in:
@@ -198,7 +198,7 @@ function getRenderPost(data: TGApp.Plugins.Mys.Post.FullData): TGApp.Plugins.Mys
|
||||
|
||||
function parseContent(content: string): string {
|
||||
const data: TGApp.Plugins.Mys.SctPost.Other = JSON.parse(content);
|
||||
const result: TGApp.Plugins.Mys.SctPost.Common[] = [];
|
||||
const result: TGApp.Plugins.Mys.SctPost.Base[] = [];
|
||||
const keys = Object.keys(data);
|
||||
keys.forEach((key) => {
|
||||
switch (key) {
|
||||
|
||||
Reference in New Issue
Block a user