Skip to content

Commit

Permalink
日志功能描述调整。
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Jan 16, 2025
1 parent af091f2 commit b5c0be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gui/src/view/pages/setting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ export default {
<a-form-item label="保留日志文件数" :label-col="labelCol" :wrapper-col="wrapperCol">
<a-input-number v-model="config.app.keepLogFileCount" :step="1" :min="0" />
<div class="form-help">
修改后,隔天启动DS才会清理多余的历史日志文件
修改后,重启DS才生效,隔天才会清理多余的历史日志文件
</div>
</a-form-item>
</div>
Expand Down

0 comments on commit b5c0be9

Please sign in to comment.