mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +08:00 
			
		
		
		
	修改部分链接
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -82,7 +82,7 @@ Vue.component("http-access-log-search-box", {
 | 
			
		||||
				<a class="ui label basic" :class="{disabled: keyword.length == 0}" @click.prevent="cleanKeyword"><i class="icon remove small"></i></a>
 | 
			
		||||
			</div>
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="ui field"><tip-icon content="一些特殊的关键词:<br/>单个状态码:status:200<br/>状态码范围:status:500-504<br/>查询IP:ip:192.168.1.100<br/>查询URL:https://goedge.cn/docs<br/>查询路径部分:requestPath:/hello/world<br/>查询协议版本:proto:HTTP/1.1<br/>协议:scheme:http<br/>请求方法:method:POST<br/>请求来源:referer:example.com"></tip-icon></div>
 | 
			
		||||
		<div class="ui field"><tip-icon content="一些特殊的关键词:<br/>单个状态码:status:200<br/>状态码范围:status:500-504<br/>查询IP:ip:192.168.1.100<br/>查询URL:https://goedge.cloud/docs<br/>查询路径部分:requestPath:/hello/world<br/>查询协议版本:proto:HTTP/1.1<br/>协议:scheme:http<br/>请求方法:method:POST<br/>请求来源:referer:example.com"></tip-icon></div>
 | 
			
		||||
	</div>
 | 
			
		||||
	<div class="ui fields inline" style="margin-top: 0.5em">
 | 
			
		||||
		<div class="ui field">
 | 
			
		||||
 
 | 
			
		||||
@@ -1,9 +1,9 @@
 | 
			
		||||
<div id="footer" class="ui menu inverted light-blue borderless small" v-if="teaShowOpenSourceInfo">
 | 
			
		||||
    <a  href="/settings/upgrade" class="item" title="点击进入检查版本更新页面">{{teaName}} v{{teaVersion}}</a>
 | 
			
		||||
    <a href="https://goedge.cn" target="_blank" class="item">官网</a>
 | 
			
		||||
    <a href="https://goedge.cn/docs" target="_blank" class="item">文档</a>
 | 
			
		||||
    <a href="https://goedge.cloud" target="_blank" class="item">官网</a>
 | 
			
		||||
    <a href="https://goedge.cloud/docs" target="_blank" class="item">文档</a>
 | 
			
		||||
    <a href="https://github.com/TeaOSLab/EdgeAdmin" target="_blank" class="item">GitHub</a>
 | 
			
		||||
    <a href="https://github.com/TeaOSLab/EdgeAdmin/issues" target="_blank" class="item">提Bug</a>
 | 
			
		||||
    <!--<a class="item" href="https://goedge.cn/community/telegram" target="_blank" title="点击跳转到加群页面">Telegram群  <i class="icon paper plane"></i></a>-->
 | 
			
		||||
    <a class="item right" href="https://goedge.cn/commercial" target="_blank" v-if="!teaIsPlus">企业版</a>
 | 
			
		||||
    <!--<a class="item" href="https://goedge.cloud/community/telegram" target="_blank" title="点击跳转到加群页面">Telegram群  <i class="icon paper plane"></i></a>-->
 | 
			
		||||
    <a class="item right" href="https://goedge.cloud/commercial" target="_blank" v-if="!teaIsPlus">企业版</a>
 | 
			
		||||
</div>
 | 
			
		||||
@@ -31,7 +31,7 @@
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
 | 
			
		||||
                <p class="comment" v-if="params.length > 0">可以在参数值中使用一些变量<a href="https://goedge.cn/docs/Server/Variables.md" target="_blank">点这里查看</a> 。</p>
 | 
			
		||||
                <p class="comment" v-if="params.length > 0">可以在参数值中使用一些变量<a href="https://goedge.cloud/docs/Server/Variables.md" target="_blank">点这里查看</a> 。</p>
 | 
			
		||||
 | 
			
		||||
                <button class="ui button tiny" type="button" @click.prevent="addParam()">+</button>
 | 
			
		||||
            </td>
 | 
			
		||||
 
 | 
			
		||||
@@ -32,7 +32,7 @@
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>
 | 
			
		||||
 | 
			
		||||
                <p class="comment" v-if="params.length > 0">可以在参数值中使用一些变量<a href="https://goedge.cn/docs/Server/Variables.md" target="_blank">点这里查看</a> 。</p>
 | 
			
		||||
                <p class="comment" v-if="params.length > 0">可以在参数值中使用一些变量<a href="https://goedge.cloud/docs/Server/Variables.md" target="_blank">点这里查看</a> 。</p>
 | 
			
		||||
 | 
			
		||||
                <button class="ui button tiny" type="button" @click.prevent="addParam()">+</button>
 | 
			
		||||
            </td>
 | 
			
		||||
 
 | 
			
		||||
@@ -8,14 +8,14 @@
 | 
			
		||||
			<td class="title">匹配规则 *</td>
 | 
			
		||||
			<td>
 | 
			
		||||
				<input type="text" name="pattern" maxlength="500" placeholder="比如 /post/(.+)" ref="focus"/>
 | 
			
		||||
				<p class="comment">需要符合正则表达式规范,<a href="https://goedge.cn/docs/Appendix/Regexp/Index.md" target="_blank">正则表达式语法 »</a></p>
 | 
			
		||||
				<p class="comment">需要符合正则表达式规范,<a href="https://goedge.cloud/docs/Appendix/Regexp/Index.md" target="_blank">正则表达式语法 »</a></p>
 | 
			
		||||
			</td>
 | 
			
		||||
		</tr>
 | 
			
		||||
		<tr>
 | 
			
		||||
			<td>目标URL *</td>
 | 
			
		||||
			<td>
 | 
			
		||||
				<input type="text" name="replace" placeholder="比如 /post/${1}.html" maxlength="500"/>
 | 
			
		||||
                <p class="comment">URL中可以包含一些<a href="https://goedge.cn/docs/Server/Variables.md" target="_blank">内置的变量</a>,并且可以用<code-label>${1}</code-label>、<code-label>${2}</code-label>等变量形式表示在匹配规则中匹配的第N个括号里的内容,也可以是一个完整的URL,比如:http://example.com/hello。</p>
 | 
			
		||||
                <p class="comment">URL中可以包含一些<a href="https://goedge.cloud/docs/Server/Variables.md" target="_blank">内置的变量</a>,并且可以用<code-label>${1}</code-label>、<code-label>${2}</code-label>等变量形式表示在匹配规则中匹配的第N个括号里的内容,也可以是一个完整的URL,比如:http://example.com/hello。</p>
 | 
			
		||||
			</td>
 | 
			
		||||
		</tr>
 | 
			
		||||
		<tr>
 | 
			
		||||
@@ -49,7 +49,7 @@
 | 
			
		||||
				<td>代理主机名</td>
 | 
			
		||||
				<td>
 | 
			
		||||
					<input type="text" name="proxyHost" placeholder="比如 example.com" maxlength="100"/>
 | 
			
		||||
					<p class="comment">如果转发的方式为隐式而且目标URL为不同的域名时需要用到此选项,用于修改被代理服务接收到的域名,默认和客户端请求的主机名一致,通常不必填写,支持<a href="https://goedge.cn/docs/Server/Variables.md" target="_blank">请求变量</a>。</p>
 | 
			
		||||
					<p class="comment">如果转发的方式为隐式而且目标URL为不同的域名时需要用到此选项,用于修改被代理服务接收到的域名,默认和客户端请求的主机名一致,通常不必填写,支持<a href="https://goedge.cloud/docs/Server/Variables.md" target="_blank">请求变量</a>。</p>
 | 
			
		||||
				</td>
 | 
			
		||||
			</tr>
 | 
			
		||||
			<tr>
 | 
			
		||||
 
 | 
			
		||||
@@ -9,14 +9,14 @@
 | 
			
		||||
			<td class="title">匹配规则 *</td>
 | 
			
		||||
			<td>
 | 
			
		||||
				<input type="text" name="pattern" maxlength="500" placeholder="比如 /post/(.+)" ref="focus" v-model="rewriteRule.pattern"/>
 | 
			
		||||
				<p class="comment">需要符合正则表达式规范,<a href="https://goedge.cn/docs/Appendix/Regexp/Index.md" target="_blank">正则表达式语法 »</a></p>
 | 
			
		||||
				<p class="comment">需要符合正则表达式规范,<a href="https://goedge.cloud/docs/Appendix/Regexp/Index.md" target="_blank">正则表达式语法 »</a></p>
 | 
			
		||||
			</td>
 | 
			
		||||
		</tr>
 | 
			
		||||
		<tr>
 | 
			
		||||
			<td>目标URL *</td>
 | 
			
		||||
			<td>
 | 
			
		||||
				<input type="text" name="replace" placeholder="比如 /post/${1}.html" maxlength="500" v-model="rewriteRule.replace"/>
 | 
			
		||||
				<p class="comment">URL中可以包含一些<a href="https://goedge.cn/docs/Server/Variables.md" target="_blank">内置的变量</a>,并且可以用<code-label>${1}</code-label>、<code-label>${2}</code-label>等变量形式表示在匹配规则中匹配的第N个括号里的内容,也可以是一个完整的URL,比如:http://example.com/hello。</p>
 | 
			
		||||
				<p class="comment">URL中可以包含一些<a href="https://goedge.cloud/docs/Server/Variables.md" target="_blank">内置的变量</a>,并且可以用<code-label>${1}</code-label>、<code-label>${2}</code-label>等变量形式表示在匹配规则中匹配的第N个括号里的内容,也可以是一个完整的URL,比如:http://example.com/hello。</p>
 | 
			
		||||
			</td>
 | 
			
		||||
		</tr>
 | 
			
		||||
		<tr>
 | 
			
		||||
@@ -50,7 +50,7 @@
 | 
			
		||||
				<td>代理主机名</td>
 | 
			
		||||
				<td>
 | 
			
		||||
					<input type="text" name="proxyHost" placeholder="比如 example.com" maxlength="100" v-model="rewriteRule.proxyHost"/>
 | 
			
		||||
					<p class="comment">如果转发的方式为隐式而且目标URL为不同的域名时需要用到此选项,用于修改被代理服务接收到的域名,默认和客户端请求的主机名一致,通常不必填写,支持<a href="https://goedge.cn/docs/Server/Variables.md" target="_blank">请求变量</a>。</p>
 | 
			
		||||
					<p class="comment">如果转发的方式为隐式而且目标URL为不同的域名时需要用到此选项,用于修改被代理服务接收到的域名,默认和客户端请求的主机名一致,通常不必填写,支持<a href="https://goedge.cloud/docs/Server/Variables.md" target="_blank">请求变量</a>。</p>
 | 
			
		||||
				</td>
 | 
			
		||||
			</tr>
 | 
			
		||||
			<tr>
 | 
			
		||||
 
 | 
			
		||||
@@ -24,7 +24,7 @@
 | 
			
		||||
            <td>可以在你要安装MySQL的服务器上运行以下命令<span class="grey">(目前仅支持Linux系统和X86架构服务器,安装后的MySQL版本是8.x.x)</span>:</td>
 | 
			
		||||
        </tr>
 | 
			
		||||
        <tr>
 | 
			
		||||
            <td>sudo sh -c "$(wget https://goedge.cn/install-mysql.sh -O -)"</td>
 | 
			
		||||
            <td>sudo sh -c "$(wget https://goedge.cloud/install-mysql.sh -O -)"</td>
 | 
			
		||||
        </tr>
 | 
			
		||||
    </table>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user