From 8219b0f68f1fe643eb1a98ccfcfd54cc5100871f Mon Sep 17 00:00:00 2001 From: carry <2641257231@qq.com> Date: Sun, 25 May 2025 22:38:18 +0800 Subject: [PATCH] =?UTF-8?q?docs(paper):=20=E6=9B=B4=E6=96=B0=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E6=9E=B6=E6=9E=84=E5=9B=BE=E4=B8=AD=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E5=B1=82=E7=9A=84=E6=A0=87=E7=AD=BE=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将"数据访问层模块"简化为"数据访问层",使图表标签更加简洁一致 --- paper/latex/figures/system_architecture.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/latex/figures/system_architecture.tex b/paper/latex/figures/system_architecture.tex index dd990cf..1a08054 100644 --- a/paper/latex/figures/system_architecture.tex +++ b/paper/latex/figures/system_architecture.tex @@ -16,7 +16,7 @@ \node[title, above=0.1cm of business.north west, anchor=west] {业务逻辑层}; \node[layer, fill=orange!10, below=0.5cm of business] (data) {}; - \node[title, above=0.1cm of data.north west, anchor=west] {数据访问层模块}; + \node[title, above=0.1cm of data.north west, anchor=west] {数据访问层}; % 表现层模块 \node[module, fill=blue!20] (ui1) at (-3.5, 1.5) {模型管理};