mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: 提高段落的title权限
This commit is contained in:
parent
a99cca7521
commit
d6295d07e4
|
|
@ -20,7 +20,7 @@ SELECT
|
|||
paragraph."id" AS paragraph_id,
|
||||
paragraph.dataset_id AS dataset_id,
|
||||
1 AS source_type,
|
||||
concat_ws(':',paragraph."title",paragraph."content") AS "text",
|
||||
concat_ws(':',concat_ws(',',paragraph.title,paragraph.title,paragraph.title),paragraph."content") AS "text",
|
||||
paragraph.is_active AS is_active,
|
||||
paragraph.star_num as star_num,
|
||||
paragraph.trample_num as trample_num
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/// <reference types="vite/client" />
|
||||
|
||||
declare module 'element-plus/dist/locale/zh-cn.mjs'
|
||||
declare module 'markdown-it-task-lists'
|
||||
declare module 'markdown-it-abbr'
|
||||
declare module 'markdown-it-anchor'
|
||||
|
|
|
|||
Loading…
Reference in New Issue