feat: add rich text help article editor

This commit is contained in:
wushumin
2026-05-27 14:41:28 +08:00
parent 2ccbd0ffe4
commit 7d901fb435
17 changed files with 1311 additions and 114 deletions

View File

@@ -1391,6 +1391,7 @@ CREATE TABLE help_articles (
title VARCHAR(255) NOT NULL DEFAULT '',
summary VARCHAR(500) NOT NULL DEFAULT '',
keywords_json LONGTEXT NULL,
content_html LONGTEXT NULL,
content_blocks_json LONGTEXT NULL,
is_recommended TINYINT(1) NOT NULL DEFAULT 0,
is_enabled TINYINT(1) NOT NULL DEFAULT 1,