feat: sync httpdns sdk/platform updates without large binaries
This commit is contained in:
@@ -58,7 +58,7 @@ func (this *UserFeature) ToPB() *pb.UserFeature {
|
||||
func FindAllUserFeatures() []*UserFeature {
|
||||
return []*UserFeature{
|
||||
{
|
||||
Name: "记录访问日志",
|
||||
Name: "访问日志记录",
|
||||
Code: UserFeatureCodeServerAccessLog,
|
||||
Description: "用户可以开启服务的访问日志。",
|
||||
SupportPlan: true,
|
||||
@@ -106,7 +106,7 @@ func FindAllUserFeatures() []*UserFeature {
|
||||
SupportPlan: false,
|
||||
},
|
||||
{
|
||||
Name: "开启WAF",
|
||||
Name: "WAF",
|
||||
Code: UserFeatureCodeServerWAF,
|
||||
Description: "用户可以开启WAF功能并可以设置黑白名单等。",
|
||||
SupportPlan: true,
|
||||
@@ -136,7 +136,7 @@ func FindAllUserFeatures() []*UserFeature {
|
||||
SupportPlan: true,
|
||||
},
|
||||
{
|
||||
Name: "页面优化",
|
||||
Name: "页面动态加密",
|
||||
Code: UserFeatureCodeServerOptimization,
|
||||
Description: "用户可以开启页面优化功能。",
|
||||
SupportPlan: true,
|
||||
|
||||
Reference in New Issue
Block a user