DNS服务商账号增加“最小TTL”选项

This commit is contained in:
刘祥超
2024-05-12 09:33:30 +08:00
parent ab54e51ec6
commit 8245453c2e
6 changed files with 62 additions and 13 deletions

View File

@@ -278,6 +278,11 @@
<td>{{provider.apiParams.secret}}</td>
</tr>
</tbody>
<tr v-if="provider.minTTL > 0">
<td>最小TTL</td>
<td>{{provider.minTTL}}秒</td>
</tr>
</table>