U update doc link

pull/462/head
vapao 2022-03-12 13:10:42 +08:00
parent b1adf5ad64
commit 8ebedda67f
11 changed files with 11 additions and 11 deletions

View File

@ -88,7 +88,7 @@ export default observer(function () {
<Form.Item label="钉钉" extra={<span> <Form.Item label="钉钉" extra={<span>
钉钉收不到通知请参考 钉钉收不到通知请参考
<a target="_blank" rel="noopener noreferrer" <a target="_blank" rel="noopener noreferrer"
href="https://spug.cc/docs/install-error/#%E9%92%89%E9%92%89%E6%94%B6%E4%B8%8D%E5%88%B0%E9%80%9A%E7%9F%A5%EF%BC%9F">官方文档</a> href="https://spug.cc/docs/use-problem#use-dd">官方文档</a>
</span>}> </span>}>
<Form.Item noStyle name="ding"> <Form.Item noStyle name="ding">
<Input placeholder="https://oapi.dingtalk.com/robot/send?access_token=xxx"/> <Input placeholder="https://oapi.dingtalk.com/robot/send?access_token=xxx"/>

View File

@ -69,7 +69,7 @@ export default observer(function AutoDeploy() {
<Form.Item hidden={tagMode} required={!tagMode} label="选择分支" extra={<span> <Form.Item hidden={tagMode} required={!tagMode} label="选择分支" extra={<span>
根据你的网络情况首次刷新可能会很慢请耐心等待 根据你的网络情况首次刷新可能会很慢请耐心等待
<a target="_blank" rel="noopener noreferrer" <a target="_blank" rel="noopener noreferrer"
href="https://spug.cc/docs/install-error/#%E6%96%B0%E5%BB%BA%E5%B8%B8%E8%A7%84%E5%8F%91%E5%B8%83%E7%94%B3%E8%AF%B7-git-clone-%E9%94%99%E8%AF%AF">刷新失败</a> href="https://spug.cc/docs/use-problem#clone">刷新失败</a>
</span>}> </span>}>
<Form.Item style={{display: 'inline-block', marginBottom: 0, width: '246px'}}> <Form.Item style={{display: 'inline-block', marginBottom: 0, width: '246px'}}>
<Select placeholder="仅指定分支的事件触发自动发布" value={branch} onChange={setBranch}> <Select placeholder="仅指定分支的事件触发自动发布" value={branch} onChange={setBranch}>

View File

@ -88,7 +88,7 @@ export default observer(function Ext1Setup1() {
<Form.Item label="消息通知" extra={<span> <Form.Item label="消息通知" extra={<span>
应用审核及发布成功或失败结果通知 应用审核及发布成功或失败结果通知
<a target="_blank" rel="noopener noreferrer" <a target="_blank" rel="noopener noreferrer"
href="https://spug.cc/docs/install-error/#%E9%92%89%E9%92%89%E6%94%B6%E4%B8%8D%E5%88%B0%E9%80%9A%E7%9F%A5%EF%BC%9F">钉钉收不到通知</a> href="https://spug.cc/docs/use-problem#use-dd">钉钉收不到通知</a>
</span>}> </span>}>
<Input <Input
addonBefore={( addonBefore={(

View File

@ -85,7 +85,7 @@ export default observer(function Ext2Setup1() {
<Form.Item label="消息通知" extra={<span> <Form.Item label="消息通知" extra={<span>
应用审核及发布成功或失败结果通知 应用审核及发布成功或失败结果通知
<a target="_blank" rel="noopener noreferrer" <a target="_blank" rel="noopener noreferrer"
href="https://spug.cc/docs/install-error/#%E9%92%89%E9%92%89%E6%94%B6%E4%B8%8D%E5%88%B0%E9%80%9A%E7%9F%A5%EF%BC%9F">钉钉收不到通知</a> href="https://spug.cc/docs/use-problem#use-dd">钉钉收不到通知</a>
</span>}> </span>}>
<Input <Input
addonBefore={( addonBefore={(

View File

@ -137,7 +137,7 @@ class Ext2Setup2 extends React.Component {
) : null, ) : null,
<Form.Item key={2} required label="目标路径" extra={<a <Form.Item key={2} required label="目标路径" extra={<a
target="_blank" rel="noopener noreferrer" target="_blank" rel="noopener noreferrer"
href="https://spug.cc/docs/deploy-config#%E6%95%B0%E6%8D%AE%E4%BC%A0%E8%BE%93">使用前请务必阅读官方文档</a>}> href="https://spug.cc/docs/deploy-config#transfer">使用前请务必阅读官方文档</a>}>
<Input <Input
disabled={store.isReadOnly} disabled={store.isReadOnly}
spellCheck={false} spellCheck={false}

View File

@ -10,7 +10,7 @@ const Tips1 = (
<a <a
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
href="https://spug.cc/docs/deploy-config/#%E5%85%A8%E5%B1%80%E5%8F%98%E9%87%8F">内置全局变量</a> href="https://spug.cc/docs/deploy-config#global-env">内置全局变量</a>
) )
const Tips2 = ( const Tips2 = (

View File

@ -117,7 +117,7 @@ export default observer(function () {
<Form.Item required label="选择分支/标签/版本" style={{marginBottom: 12}} extra={<span> <Form.Item required label="选择分支/标签/版本" style={{marginBottom: 12}} extra={<span>
根据网络情况首次刷新可能会很慢请耐心等待 根据网络情况首次刷新可能会很慢请耐心等待
<a target="_blank" rel="noopener noreferrer" <a target="_blank" rel="noopener noreferrer"
href="https://spug.cc/docs/install-error/#%E6%96%B0%E5%BB%BA%E5%B8%B8%E8%A7%84%E5%8F%91%E5%B8%83%E7%94%B3%E8%AF%B7-git-clone-%E9%94%99%E8%AF%AF">clone 失败</a> href="https://spug.cc/docs/use-problem#clone">clone 失败</a>
</span>}> </span>}>
<Form.Item style={{display: 'inline-block', marginBottom: 0, width: '450px'}}> <Form.Item style={{display: 'inline-block', marginBottom: 0, width: '450px'}}>
<Input.Group compact> <Input.Group compact>

View File

@ -156,7 +156,7 @@ export default observer(function () {
<Form.Item required label="选择分支/标签/版本" style={{marginBottom: 12}} extra={<span> <Form.Item required label="选择分支/标签/版本" style={{marginBottom: 12}} extra={<span>
根据网络情况首次刷新可能会很慢请耐心等待 根据网络情况首次刷新可能会很慢请耐心等待
<a target="_blank" rel="noopener noreferrer" <a target="_blank" rel="noopener noreferrer"
href="https://spug.cc/docs/install-error/#%E6%96%B0%E5%BB%BA%E5%B8%B8%E8%A7%84%E5%8F%91%E5%B8%83%E7%94%B3%E8%AF%B7-git-clone-%E9%94%99%E8%AF%AF">clone 失败</a> href="https://spug.cc/docs/use-problem#clone">clone 失败</a>
</span>}> </span>}>
<Form.Item style={{display: 'inline-block', marginBottom: 0, width: '450px'}}> <Form.Item style={{display: 'inline-block', marginBottom: 0, width: '450px'}}>
<Input.Group compact> <Input.Group compact>

View File

@ -61,7 +61,7 @@ export default function () {
content: <div> content: <div>
未能获取到访问者的真实IP无法提供基于请求来源IP的合法性验证详细信息请参考 未能获取到访问者的真实IP无法提供基于请求来源IP的合法性验证详细信息请参考
<a target="_blank" <a target="_blank"
href="https://spug.cc/docs/practice/#%E5%AE%89%E5%85%A8%E6%80%A7%E5%AE%9E%E8%B7%B5%E6%8C%87%E5%8D%97" href="https://spug.cc/docs/practice/"
rel="noopener noreferrer">官方文档</a> rel="noopener noreferrer">官方文档</a>
</div>, </div>,
onOk: () => doLogin(data) onOk: () => doLogin(data)

View File

@ -85,7 +85,7 @@ export default observer(function () {
<span> <span>
任务执行失败告警通知 任务执行失败告警通知
<a target="_blank" rel="noopener noreferrer" <a target="_blank" rel="noopener noreferrer"
href="https://spug.cc/docs/install-error/#%E9%92%89%E9%92%89%E6%94%B6%E4%B8%8D%E5%88%B0%E9%80%9A%E7%9F%A5%EF%BC%9F">钉钉收不到通知</a> href="https://spug.cc/docs/use-problem#use-dd">钉钉收不到通知</a>
</span>)}> </span>)}>
<Input <Input
value={store.record.rst_notify.value} value={store.record.rst_notify.value}

View File

@ -77,7 +77,7 @@ export default observer(function () {
<Form.Item <Form.Item
label="访问IP校验" label="访问IP校验"
extra={<span>建议开启校验是否获取了真实的访问者IP防止因为增加的反向代理层导致基于IP的安全策略失效当校验失败时会在登录时弹窗提醒如果你在内网部署且仅在内网使用可以关闭该特性<a extra={<span>建议开启校验是否获取了真实的访问者IP防止因为增加的反向代理层导致基于IP的安全策略失效当校验失败时会在登录时弹窗提醒如果你在内网部署且仅在内网使用可以关闭该特性<a
href="https://spug.cc/docs/practice/#%E5%AE%89%E5%85%A8%E6%80%A7%E5%AE%9E%E8%B7%B5%E6%8C%87%E5%8D%97" href="https://spug.cc/docs/practice"
target="_blank" rel="noopener noreferrer">为什么没有获取到真实IP</a></span>}> target="_blank" rel="noopener noreferrer">为什么没有获取到真实IP</a></span>}>
<Switch <Switch
checkedChildren="开启" checkedChildren="开启"