File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/pages/admin/download-link Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 72
72
<z-form-item v-show =" data.refererType !== 'no'" label =" 白名单" >
73
73
<el-input type =" textarea"
74
74
:rows =" 6"
75
- placeholder =" 每行输入一个域名"
75
+ placeholder =" 每行输入一个域名,如: & #13 ;& #10 ; http://*example.com & #13 ;& #10 ; https://*example.com & #13 ;& #10 ; https://a.*.example.com & #13 ;& #10 ; *://*.example.com "
76
76
v-model =" data.refererValue" >
77
77
</el-input >
78
78
<template #tips v-if =" data .refererType === ' white_list' " >
79
- 每行输入一个域名,支持 * 通配符,如白名单 *zfile.vip 将只允许 zfile.vip、www.zfile.vip、demo.zfile.vip 等网站访问。
79
+ 每行输入一个域名,需要写协议头支持 * 通配符,如白名单 http:// *zfile.vip 将只允许 http:// zfile.vip、http:// www.zfile.vip、http:// demo.zfile.vip 等网站访问。
80
80
</template >
81
81
<template #tips v-if =" data .refererType === ' black_list' " >
82
82
每行输入一个域名,需要写协议头,支持 * 通配符,如黑名单 http://*zfile.vip 将禁止所有如 http://zfile.vip、http://www.zfile.vip、http://demo.zfile.vip 等网站访问。
You can’t perform that action at this time.
0 commit comments