Skip to content

Commit 4181f96

Browse files
committed
update:支持vercel部署
1 parent da39fcd commit 4181f96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ nodejs作为服务端的drpy实现。全面升级异步写法
1212

1313
## 更新记录
1414

15-
### 20241213
15+
### 20241215
1616

17-
更新至V1.0.10
17+
更新至V1.0.11
1818

19-
1. 替换axios单文件为node库
20-
2. drpyS支持异步导入模块
19+
1. 支持vercel部署
2120

2221
[点此查看完整更新记录](docs/updateRecord.md)
2322

Diff for: docs/updateRecord.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ log(qs.stringify({a: 1, b: 2}))
1818
```
1919

2020
4. 在.env文件中加入 `LOG_WITH_FILE = 1` 可以使请求日志输出到文件,不配置则默认输出到控制台
21+
5. 支持vercel部署,首页报错找不到readme.md无关大雅,能用就行,直接访问部署好的服务地址/config/1
2122

2223
### 20241213
2324

0 commit comments

Comments
 (0)