docs(projects): update README.md

This commit is contained in:
Soybean
2022-04-28 00:53:40 +08:00
parent 69d51318ff
commit d5c751153c
2 changed files with 4 additions and 6 deletions

View File

@ -6,9 +6,7 @@
*/
type EnvType = 'dev' | 'test' | 'prod';
/**
* env环境配置
*/
/** env环境配置 */
interface EnvConfig {
/** 请求地址 */
url: string;