diff --git a/.env.example b/.env.example index b234075..dd4fdc9 100644 --- a/.env.example +++ b/.env.example @@ -24,3 +24,8 @@ VITE_ENABLE_DEBUG=true # 预发布环境示例: dist-staging # 生产环境示例: dist-prod VITE_BUILD_OUT_DIR=dist + +# Vite 开发代理配置(仅开发环境需要) +# 开发环境代理目标,用于解决 CORS 问题 +# 示例: http://czemc.localhost 或 http://localhost:8000 +VITE_API_PROXY_TARGET=http://czemc.localhost diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/docs/canvas-settings.html b/docs/canvas-settings.html new file mode 100644 index 0000000..aec776d --- /dev/null +++ b/docs/canvas-settings.html @@ -0,0 +1,952 @@ + + +
+ + +