feat: 提高段落的title权限

This commit is contained in:
shaohuzhang1 2023-11-30 11:31:12 +08:00
parent a99cca7521
commit d6295d07e4
2 changed files with 2 additions and 2 deletions

View File

@ -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

2
ui/env.d.ts vendored
View File

@ -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'