mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	优化文字
This commit is contained in:
		@@ -19,7 +19,7 @@ Vue.component("plan-price-view", {
 | 
			
		||||
	<span v-if="plan.priceType == 'traffic'">
 | 
			
		||||
		按流量计费
 | 
			
		||||
		<div>
 | 
			
		||||
			<span class="grey small">基础价格:¥{{plan.trafficPrice.base}}元/GB</span>
 | 
			
		||||
			<span class="grey small">基础价格:¥{{plan.trafficPrice.base}}元/GiB</span>
 | 
			
		||||
		</div>
 | 
			
		||||
	</span>
 | 
			
		||||
	<div v-if="plan.priceType == 'bandwidth' && plan.bandwidthPrice != null && plan.bandwidthPrice.percentile > 0">
 | 
			
		||||
 
 | 
			
		||||
@@ -45,7 +45,7 @@
 | 
			
		||||
            <td>回源主机名</td>
 | 
			
		||||
            <td>
 | 
			
		||||
                <input type="text" name="host" placeholder="比如example.com" maxlength="100"/>
 | 
			
		||||
                <p class="comment">请求源站时的Host字段值,用于设置访问源站的站点域名<span v-if="isHTTP">,支持请求变量</span>。</p>
 | 
			
		||||
                <p class="comment">可选项。请求源站时的Host字段值,用于设置访问源站的站点域名<span v-if="isHTTP">,支持请求变量</span>。</p>
 | 
			
		||||
            </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -48,7 +48,7 @@
 | 
			
		||||
            <td>回源主机名</td>
 | 
			
		||||
            <td>
 | 
			
		||||
                <input type="text" name="host" placeholder="比如example.com" maxlength="100"/>
 | 
			
		||||
                <p class="comment">请求源站时的Host字段值,用于设置访问源站的站点域名<span v-if="isHTTP">,支持请求变量</span>。</p>
 | 
			
		||||
                <p class="comment">可选项。请求源站时的Host字段值,用于设置访问源站的站点域名<span v-if="isHTTP">,支持请求变量</span>。</p>
 | 
			
		||||
            </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -49,7 +49,7 @@
 | 
			
		||||
            <td>回源主机名</td>
 | 
			
		||||
            <td>
 | 
			
		||||
                <input type="text" name="host"  v-model="origin.host" placeholder="比如example.com" maxlength="100"/>
 | 
			
		||||
                <p class="comment">请求源站时的Host字段值,用于设置访问源站的站点域名<span v-if="isHTTP">,支持请求变量</span>。</p>
 | 
			
		||||
                <p class="comment">可选项。请求源站时的Host字段值,用于设置访问源站的站点域名<span v-if="isHTTP">,支持请求变量</span>。</p>
 | 
			
		||||
            </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user