增加了tabs

This commit is contained in:
2025-10-30 17:34:32 +08:00
parent ddf90424ba
commit 8430eb509c
12 changed files with 522 additions and 271 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ func UpdateKnowledge(id int, k *Knowledge) error {
return err
}
// 更新字段(不包含category_name,因为它是从联查获取的)
// 更新字段
knowledge.Title = k.Title
knowledge.CategoryId = k.CategoryId
knowledge.Tags = k.Tags