feat: 提高段落的title权限
This commit is contained in:
parent
a99cca7521
commit
d6295d07e4
@ -20,7 +20,7 @@ SELECT
|
|||||||
paragraph."id" AS paragraph_id,
|
paragraph."id" AS paragraph_id,
|
||||||
paragraph.dataset_id AS dataset_id,
|
paragraph.dataset_id AS dataset_id,
|
||||||
1 AS source_type,
|
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.is_active AS is_active,
|
||||||
paragraph.star_num as star_num,
|
paragraph.star_num as star_num,
|
||||||
paragraph.trample_num as trample_num
|
paragraph.trample_num as trample_num
|
||||||
|
|||||||
2
ui/env.d.ts
vendored
2
ui/env.d.ts
vendored
@ -1,5 +1,5 @@
|
|||||||
/// <reference types="vite/client" />
|
/// <reference types="vite/client" />
|
||||||
|
declare module 'element-plus/dist/locale/zh-cn.mjs'
|
||||||
declare module 'markdown-it-task-lists'
|
declare module 'markdown-it-task-lists'
|
||||||
declare module 'markdown-it-abbr'
|
declare module 'markdown-it-abbr'
|
||||||
declare module 'markdown-it-anchor'
|
declare module 'markdown-it-anchor'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user