feat: 更新系統操作手冊內容並新增本地代理配置
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 55s
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 55s
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
HelpCircle
|
||||
} from "lucide-react";
|
||||
import { useState } from "react";
|
||||
import { ScrollArea } from "@/Components/ui/scroll-area";
|
||||
|
||||
import { Input } from "@/Components/ui/input";
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
@@ -69,7 +69,7 @@ export default function ManualIndex({ toc, currentSlug, content }: Props) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ScrollArea className="flex-1">
|
||||
<div className="flex-1 overflow-y-auto custom-scrollbar">
|
||||
<div className="p-4 space-y-8">
|
||||
{filteredToc.map((section, idx) => (
|
||||
<div key={idx} className="space-y-2">
|
||||
@@ -96,7 +96,7 @@ export default function ManualIndex({ toc, currentSlug, content }: Props) {
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
</ScrollArea>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
{/* Main Content */}
|
||||
|
||||
Reference in New Issue
Block a user