feat: sync httpdns sdk/platform updates without large binaries

This commit is contained in:
robin
2026-03-04 17:59:14 +08:00
parent 853897a6f8
commit 532891fad0
700 changed files with 6096 additions and 2712 deletions

View File

@@ -22046,15 +22046,16 @@ Vue.component("ssl-certs-box", {
<span class="grey" v-if="description.length > 0">{{description}}</span>
<div class="ui divider" v-if="buttonsVisible()"></div>
</div>
<div v-if="buttonsVisible()">
<div v-if="buttonsVisible()" style="display:flex;align-items:center;gap:0.5rem;flex-wrap:nowrap;white-space:nowrap;">
<button class="ui button tiny" type="button" @click.prevent="selectCert()">选择已有证书</button> &nbsp;
<span class="disabled">|</span> &nbsp;
<span class="disabled" style="margin:0 0.5rem;">|</span>
<button class="ui button tiny" type="button" @click.prevent="uploadCert()">上传新证书</button> &nbsp;
<button class="ui button tiny" type="button" @click.prevent="uploadBatch()">批量上传证书</button> &nbsp;
</div>
</div>`
})
Vue.component("ssl-certs-view", {
props: ["v-certs"],
data: function () {
@@ -22518,12 +22519,16 @@ Vue.component("ssl-config-box", {
<span class="red">选择或上传证书后<span v-if="vProtocol == 'https'">HTTPS</span><span v-if="vProtocol == 'tls'">TLS</span>服务才能生效。</span>
<div class="ui divider"></div>
</div>
<button class="ui button tiny" type="button" @click.prevent="selectCert()">选择已有证书</button> &nbsp;
<span class="disabled">|</span> &nbsp;
<button class="ui button tiny" type="button" @click.prevent="uploadCert()">上传新证书</button> &nbsp;
<button class="ui button tiny" type="button" @click.prevent="uploadBatch()">批量上传证书</button> &nbsp;
<span class="disabled">|</span> &nbsp;
<button class="ui button tiny" type="button" @click.prevent="requestCert()" v-if="vServerId != null && vServerId > 0">申请免费证书</button>
<div style="display: flex; align-items: center; gap: 0.5rem; flex-wrap: nowrap; white-space: nowrap;">
<button class="ui button tiny" type="button" @click.prevent="selectCert()">选择已有证书</button>
<span class="disabled" style="margin: 0 0.5rem;">|</span>
<button class="ui button tiny" type="button" @click.prevent="uploadCert()">上传证书</button>
<button class="ui button tiny" type="button" @click.prevent="uploadBatch()">批量上传证书</button>
<template v-if="vServerId != null && vServerId > 0">
<span class="disabled" style="margin: 0 0.5rem;">|</span>
<button class="ui button tiny" type="button" @click.prevent="requestCert()">申请免费证书</button>
</template>
</div>
</td>
</tr>
<tr>

View File

@@ -22046,15 +22046,16 @@ Vue.component("ssl-certs-box", {
<span class="grey" v-if="description.length > 0">{{description}}</span>
<div class="ui divider" v-if="buttonsVisible()"></div>
</div>
<div v-if="buttonsVisible()">
<div v-if="buttonsVisible()" style="display:flex;align-items:center;gap:0.5rem;flex-wrap:nowrap;white-space:nowrap;">
<button class="ui button tiny" type="button" @click.prevent="selectCert()">选择已有证书</button> &nbsp;
<span class="disabled">|</span> &nbsp;
<span class="disabled" style="margin:0 0.5rem;">|</span>
<button class="ui button tiny" type="button" @click.prevent="uploadCert()">上传新证书</button> &nbsp;
<button class="ui button tiny" type="button" @click.prevent="uploadBatch()">批量上传证书</button> &nbsp;
</div>
</div>`
})
Vue.component("ssl-certs-view", {
props: ["v-certs"],
data: function () {
@@ -22518,12 +22519,16 @@ Vue.component("ssl-config-box", {
<span class="red">选择或上传证书后<span v-if="vProtocol == 'https'">HTTPS</span><span v-if="vProtocol == 'tls'">TLS</span>服务才能生效。</span>
<div class="ui divider"></div>
</div>
<button class="ui button tiny" type="button" @click.prevent="selectCert()">选择已有证书</button> &nbsp;
<span class="disabled">|</span> &nbsp;
<button class="ui button tiny" type="button" @click.prevent="uploadCert()">上传新证书</button> &nbsp;
<button class="ui button tiny" type="button" @click.prevent="uploadBatch()">批量上传证书</button> &nbsp;
<span class="disabled">|</span> &nbsp;
<button class="ui button tiny" type="button" @click.prevent="requestCert()" v-if="vServerId != null && vServerId > 0">申请免费证书</button>
<div style="display: flex; align-items: center; gap: 0.5rem; flex-wrap: nowrap; white-space: nowrap;">
<button class="ui button tiny" type="button" @click.prevent="selectCert()">选择已有证书</button>
<span class="disabled" style="margin: 0 0.5rem;">|</span>
<button class="ui button tiny" type="button" @click.prevent="uploadCert()">上传证书</button>
<button class="ui button tiny" type="button" @click.prevent="uploadBatch()">批量上传证书</button>
<template v-if="vServerId != null && vServerId > 0">
<span class="disabled" style="margin: 0 0.5rem;">|</span>
<button class="ui button tiny" type="button" @click.prevent="requestCert()">申请免费证书</button>
</template>
</div>
</td>
</tr>
<tr>

View File

@@ -160,11 +160,11 @@ Vue.component("ssl-certs-box", {
<span class="grey" v-if="description.length > 0">{{description}}</span>
<div class="ui divider" v-if="buttonsVisible()"></div>
</div>
<div v-if="buttonsVisible()">
<div v-if="buttonsVisible()" style="display:flex;align-items:center;gap:0.5rem;flex-wrap:nowrap;white-space:nowrap;">
<button class="ui button tiny" type="button" @click.prevent="selectCert()">选择已有证书</button> &nbsp;
<span class="disabled">|</span> &nbsp;
<span class="disabled" style="margin:0 0.5rem;">|</span>
<button class="ui button tiny" type="button" @click.prevent="uploadCert()">上传新证书</button> &nbsp;
<button class="ui button tiny" type="button" @click.prevent="uploadBatch()">批量上传证书</button> &nbsp;
</div>
</div>`
})
})

View File

@@ -427,12 +427,16 @@ Vue.component("ssl-config-box", {
<span class="red">选择或上传证书后<span v-if="vProtocol == 'https'">HTTPS</span><span v-if="vProtocol == 'tls'">TLS</span>服务才能生效。</span>
<div class="ui divider"></div>
</div>
<button class="ui button tiny" type="button" @click.prevent="selectCert()">选择已有证书</button> &nbsp;
<span class="disabled">|</span> &nbsp;
<button class="ui button tiny" type="button" @click.prevent="uploadCert()">上传新证书</button> &nbsp;
<button class="ui button tiny" type="button" @click.prevent="uploadBatch()">批量上传证书</button> &nbsp;
<span class="disabled">|</span> &nbsp;
<button class="ui button tiny" type="button" @click.prevent="requestCert()" v-if="vServerId != null && vServerId > 0">申请免费证书</button>
<div style="display: flex; align-items: center; gap: 0.5rem; flex-wrap: nowrap; white-space: nowrap;">
<button class="ui button tiny" type="button" @click.prevent="selectCert()">选择已有证书</button>
<span class="disabled" style="margin: 0 0.5rem;">|</span>
<button class="ui button tiny" type="button" @click.prevent="uploadCert()">上传证书</button>
<button class="ui button tiny" type="button" @click.prevent="uploadBatch()">批量上传证书</button>
<template v-if="vServerId != null && vServerId > 0">
<span class="disabled" style="margin: 0 0.5rem;">|</span>
<button class="ui button tiny" type="button" @click.prevent="requestCert()">申请免费证书</button>
</template>
</div>
</td>
</tr>
<tr>

File diff suppressed because it is too large Load Diff