Skip to content

Commit f5fb191

Browse files
committed
缓存条件中的“URL前缀”改为“URL目录前缀”
1 parent e26e129 commit f5fb191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/public/js/components/server/http-cache-ref-box.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Vue.component("http-cache-ref-box", {
182182
<option value="url-extension">文件扩展名</option>
183183
<option value="url-eq-index">首页</option>
184184
<option value="url-all">全站</option>
185-
<option value="url-prefix">URL前缀</option>
185+
<option value="url-prefix">URL目录前缀</option>
186186
<option value="url-eq">URL完整路径</option>
187187
<option value="url-wildcard-match">URL通配符</option>
188188
<option value="url-regexp">URL正则匹配</option>

0 commit comments

Comments
 (0)