From 9199c91d39137f1447da8db29ef42a3c202a0273 Mon Sep 17 00:00:00 2001 From: Ethkuil Date: Sat, 23 Dec 2023 23:48:42 +0800 Subject: [PATCH] Update web.zh.md with configuration file support for hot reload --- docs/dev/web.zh.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/dev/web.zh.md b/docs/dev/web.zh.md index 50a3902..7723c2c 100644 --- a/docs/dev/web.zh.md +++ b/docs/dev/web.zh.md @@ -63,8 +63,6 @@ graph TD Web 部分的架构图(以下纯小写表示 package 名): - - ```mermaid graph TD Frontend --> api @@ -102,7 +100,7 @@ end 技术选型: [github.com/spf13/viper](https://github.com/spf13/viper) -使用 `toml` 格式的配置文件,同时支持环境变量。 +使用 `toml` 格式的配置文件,同时支持环境变量。配置文件支持热重载。 ### [api](https://github.com/THUAI-ssast/hiper-backend/tree/main/web/api)