Skip to content

Commit

Permalink
docs: 1
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Jun 14, 2024
1 parent 934e6e2 commit 575bf2b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export class CloudflareAccess {
@AccessInput({
title: 'API Token',
component: {
placeholder: 'api token',
placeholder: 'api token,用户 API 令牌',
},
helper: '前往 https://dash.cloudflare.com/profile/api-tokens 获取token, token权限必须包含:[Zone区域-Zone区域-Edit编辑], [Zone区域-DNS-Edit编辑]',
helper: '前往 https://dash.cloudflare.com/profile/api-tokens 获取API令牌, token权限必须包含:[Zone区域-Zone区域-Edit编辑], [Zone区域-DNS-Edit编辑]',
required: true,
})
apiToken = '';
Expand Down

0 comments on commit 575bf2b

Please sign in to comment.