优化文字提示

This commit is contained in:
刘祥超
2023-08-24 11:01:06 +08:00
parent a24fce2c22
commit a06eeb9129
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
<td class="title">缓存磁盘容量</td>
<td>
<size-capacity-box :v-value="node.maxCacheDiskCapacity" :v-name="'maxCacheDiskCapacityJSON'"></size-capacity-box>
<p class="comment">缓存所在磁盘的最大用量,超出此用量将会自动尝试清理旧数据0表示不限制。</p>
<p class="comment">缓存所在磁盘的最大用量,超出此用量或磁盘接近用尽时将会自动尝试清理旧数据0表示不限制。</p>
</td>
</tr>
<tr>