chore(doc):Update document

Update the document to include the latest changes: file continuation, introduction of Zustand to the front-end architecture.
This commit is contained in:
david_bai
2025-08-24 08:46:17 +08:00
parent a1a70bbff5
commit a0486da313
8 changed files with 1719 additions and 57 deletions
+1
View File
@@ -75,6 +75,7 @@ configure_nginx() {
"$NGINX_TEMPLATE" > "$TEMP_NGINX"
# Copy the configuration file to the target location
mkdir -p /etc/nginx/sites-enabled
cp "$TEMP_NGINX" /etc/nginx/sites-enabled/default
# cp "$TEMP_NGINX" default_temp
rm "$TEMP_NGINX"