diff --git a/core/factory.php b/core/factory.php index 7e154f1..e4c0c40 100644 --- a/core/factory.php +++ b/core/factory.php @@ -42,8 +42,15 @@ class Editor { ?> - - + + + { + let tabbarStr = ''; + let listsStr = ''; + for (let key in res) { + const arr = res[key].split(' '); + tabbarStr += `
`; + listsStr += `