Compare commits

...

3 Commits

Author SHA1 Message Date
刘祥超
d7d209f694 更改版本为0.4.6 2022-03-23 10:03:25 +08:00
刘祥超
83a88299c2 Update components.js 2022-03-21 08:23:34 +08:00
刘祥超
bfae3b86cc Age改为在缓存中的已存活时间 2022-03-20 21:18:51 +08:00
3 changed files with 4 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
package teaconst package teaconst
const ( const (
Version = "0.4.5" Version = "0.4.6"
APINodeVersion = "0.4.5" APINodeVersion = "0.4.6"
ProductName = "Edge Admin" ProductName = "Edge Admin"
ProcessName = "edge-admin" ProcessName = "edge-admin"

View File

@@ -3888,7 +3888,7 @@ Vue.component("http-cache-config-box", {
<td>添加Age Header</td> <td>添加Age Header</td>
<td> <td>
<checkbox v-model="cacheConfig.addAgeHeader"></checkbox> <checkbox v-model="cacheConfig.addAgeHeader"></checkbox>
<p class="comment">选中后自动在响应Header中增加<code-label>Age: [有效时间秒数]</code-label>。</p> <p class="comment">选中后自动在响应Header中增加<code-label>Age: [存活时间秒数]</code-label>。</p>
</td> </td>
</tr> </tr>
<tr> <tr>

View File

@@ -104,7 +104,7 @@ Vue.component("http-cache-config-box", {
<td>添加Age Header</td> <td>添加Age Header</td>
<td> <td>
<checkbox v-model="cacheConfig.addAgeHeader"></checkbox> <checkbox v-model="cacheConfig.addAgeHeader"></checkbox>
<p class="comment">选中后自动在响应Header中增加<code-label>Age: [有效时间秒数]</code-label>。</p> <p class="comment">选中后自动在响应Header中增加<code-label>Age: [存活时间秒数]</code-label>。</p>
</td> </td>
</tr> </tr>
<tr> <tr>