Skip to content

Commit 7187c4b

Browse files
authored
静态日志修正为统计日志
1 parent 3334fbf commit 7187c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/upload/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface Config {
3737
upprotocol: 'http:' | 'https:'
3838
/** 上传区域 */
3939
region?: typeof region[keyof typeof region]
40-
/** 是否禁止静态日志上报 */
40+
/** 是否禁止统计日志上报 */
4141
disableStatisticsReport: boolean
4242
/** 设置调试日志输出模式,默认 `OFF`,不输出任何日志 */
4343
debugLogLevel?: LogLevel

0 commit comments

Comments
 (0)