优化数据库节点相关文字提示

This commit is contained in:
刘祥超
2023-12-21 17:18:04 +08:00
parent 490c273d36
commit d1fb0bf8b7
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
<td>主机地址<em>Host</em> *</td>
<td>
<input type="text" name="host" placeholder="" maxlength="100"/>
<p class="comment">连接数据库的主机地址通常是域名或者IP。</p>
<p class="comment">连接数据库的主机地址通常是域名或者IP;出于性能考虑,请使用局域网内的数据库</p>
</td>
</tr>
<tr>

View File

@@ -15,7 +15,7 @@
<td>主机地址<em>Host</em> *</td>
<td>
<input type="text" name="host" placeholder="" maxlength="100" v-model="node.host"/>
<p class="comment">连接数据库的主机地址通常是域名或者IP。</p>
<p class="comment">连接数据库的主机地址通常是域名或者IP;出于性能考虑,请使用局域网内的数据库</p>
</td>
</tr>
<tr>