# Current 编辑器 WEB **Repository Path**: chengzi404-byte/current-editor-web ## Basic Information - **Project Name**: Current 编辑器 WEB - **Description**: Vercel 对应部署的官网页面 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://current-editor-mqlll6gpc-chu-zichens-projects.vercel.app/ - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2026-01-01 - **Last Updated**: 2026-01-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: HTML ## README # Current Editor — 简洁的项目介绍网站 这是一个基于 Flask 的简单静态介绍网站,使用仓库根目录下的 `intro.md`(中文)和 `intro.en.md`(英文)作为内容来源,支持: - 中英文切换 - 亮色 / 暗色主题切换(使用 cookie 记忆) 快速开始 1. 安装依赖: ```powershell pip install -r requirements.txt ``` 2. 运行服务: ```powershell python app.py # 或者: # set FLASK_APP=app.py; flask run ``` 3. 打开浏览器访问 http://127.0.0.1:5000 说明 - 主页会自动读取 `intro.md`(中文)和 `intro.en.md`(英文)并渲染为 HTML。 - 切换语言会设置 `lang` cookie;切换主题会设置 `theme` cookie。