Commit 2fd93a4b by pangchong

style(aiAssistant): 优化关键词数组格式与样式调整

- 将关键词列表由多行改为单行,提升代码简洁性
- 在设置抽屉中调整“编辑区内容最小宽度”说明文字的换行格式
- 删除naive工具中多余空行,保持代码整洁
parent e87ac505
...@@ -1293,18 +1293,7 @@ export const FAQ_DATABASE: FaqItem[] = [ ...@@ -1293,18 +1293,7 @@ export const FAQ_DATABASE: FaqItem[] = [
category: 'settings', category: 'settings',
categoryName: '设置与快捷键', categoryName: '设置与快捷键',
title: '什么是“编辑区内容最小宽度”?如何配置与使用横向滚动?', title: '什么是“编辑区内容最小宽度”?如何配置与使用横向滚动?',
keywords: [ keywords: ['最小宽度', '编辑区宽度', '横向滚动', '水平滚动条', 'minWidth', 'hscroll', 'zxkd', 'zuixiaokuandu', 'hxgd', 'hengxianggundong'],
'最小宽度',
'编辑区宽度',
'横向滚动',
'水平滚动条',
'minWidth',
'hscroll',
'zxkd',
'zuixiaokuandu',
'hxgd',
'hengxianggundong'
],
synonyms: ['怎么设置编辑区最小宽度', '编辑区横向滚动条', '编辑区太挤怎么横向滚', '内容最小宽度'], synonyms: ['怎么设置编辑区最小宽度', '编辑区横向滚动条', '编辑区太挤怎么横向滚', '内容最小宽度'],
answer: '为了防止在调整分栏或小屏幕下,复杂表格与排版被过度压缩挤压,系统支持设定编辑区内容最小宽度:', answer: '为了防止在调整分栏或小屏幕下,复杂表格与排版被过度压缩挤压,系统支持设定编辑区内容最小宽度:',
steps: [ steps: [
......
...@@ -260,7 +260,9 @@ ...@@ -260,7 +260,9 @@
<div class="flex items-center justify-between mb-1.5"> <div class="flex items-center justify-between mb-1.5">
<div> <div>
<div class="text-sm" :style="{ color: themeVars.textColor1 }">编辑区内容最小宽度</div> <div class="text-sm" :style="{ color: themeVars.textColor1 }">编辑区内容最小宽度</div>
<div class="text-xs mt-0.5" :style="{ color: themeVars.textColor3 }">内容区域保持的最小宽度(px),不足时横向滚动</div> <div class="text-xs mt-0.5" :style="{ color: themeVars.textColor3 }">
内容区域保持的最小宽度(px),不足时横向滚动
</div>
</div> </div>
<div class="w-32"> <div class="w-32">
<CommonInputNumber <CommonInputNumber
......
...@@ -34,7 +34,6 @@ export function setupNaiveDiscreteApi() { ...@@ -34,7 +34,6 @@ export function setupNaiveDiscreteApi() {
window.$notification = useNotification() window.$notification = useNotification()
window.$loadingBar = loadingBar window.$loadingBar = loadingBar
// 3. 挂载全局阻塞加载控制 // 3. 挂载全局阻塞加载控制
window.$loading = { window.$loading = {
start: (text?: string) => { start: (text?: string) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment