# API write tool **Repository Path**: tjulyj33/api-write-tool ## Basic Information - **Project Name**: API write tool - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-10 - **Last Updated**: 2025-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用指南 1、git clone下载工具至本地vscode. 2、工程目录右侧有个index.html,右键点击打开Open with Live Server,就会跳出一个html网页 # 问题 1、如果没有Open with Live Server,需要安装插件:扩展——Live Server。 2、如果网页打不开,检查Live Server Config的配置项:Live Serve > Settings:Host 是否为127.0.0.1(默认值)。 # 计划 - 新场景模板更新开发 ——3.29 - 格式化功能 - `符号和``符号前后空格调整 ——4.15 - 换行对齐(包括无序列表换行、普通换行等)——4.15 - 所有模板中模块之间的行间距调整 ——4.30 - 标点符号处理(中文文档只能有中文标点符号,英文文档只能有英文标点符号) ——4.30 - 其他待补充