From 47fd47dab1b8b27c5b8471d7217d4414b27b87d6 Mon Sep 17 00:00:00 2001 From: carry <2641257231@qq.com> Date: Mon, 26 May 2025 01:52:15 +0800 Subject: [PATCH] =?UTF-8?q?docs(technology):=20=E4=BF=AE=E6=AD=A3=E6=8A=80?= =?UTF-8?q?=E6=9C=AF=E7=AB=A0=E8=8A=82=E4=B8=AD=E7=9A=84=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B9=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 统一使用带图标的列表项格式,提高文档的可读性和一致性 --- report/chapters/technology.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/report/chapters/technology.tex b/report/chapters/technology.tex index 5c63d47..d88089a 100644 --- a/report/chapters/technology.tex +++ b/report/chapters/technology.tex @@ -3,18 +3,18 @@ \begin{frame} \frametitle{技术介绍} \begin{itemize} -\item \faDesktop 前端技术栈 +\item[\faDesktop] 前端技术栈 \begin{itemize} \item Gradio - Python 机器学习前端框架 \end{itemize} -\item \faServer 后端技术栈 +\item[\faServer] 后端技术栈 \begin{itemize} \item Python - 主要开发语言 \item SQLite - 轻量级关系型数据库 \item TinyDB - 轻量级非关系型数据库 \item LangChain - 大语言模型应用框架 \end{itemize} -\item \faBrain 人工智能技术 +\item[\faBrain] 人工智能技术 \begin{itemize} \item Qwen2.5 - 开源大语言模型 \item Unsloth - 开源微调工具