mirror of
https://github.com/nitezs/sub2sing-box.git
synced 2025-04-04 12:03:44 +08:00
Update index.html
fix nodes input
This commit is contained in:
parent
556fe2d291
commit
273856968a
@ -89,14 +89,14 @@
|
|||||||
<div class="section">
|
<div class="section">
|
||||||
<h3 data-i18n="nodes">Nodes</h3>
|
<h3 data-i18n="nodes">Nodes</h3>
|
||||||
<div>
|
<div>
|
||||||
<mdui-text-field data-i18n="subscription-link"
|
<mdui-text-field autosize min-rows="3" max-rows="5" data-i18n="subscription-link"
|
||||||
data-i18n-placeholder="one-per-line"
|
data-i18n-placeholder="one-per-line"
|
||||||
label="Subscription Link" type="text" id="subscription" name="subscription"
|
label="Subscription Link" type="text" id="subscription" name="subscription"
|
||||||
placeholder="One per line">
|
placeholder="One per line">
|
||||||
</mdui-text-field>
|
</mdui-text-field>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<mdui-text-field data-i18n="proxy-link"
|
<mdui-text-field autosize min-rows="3" max-rows="5" data-i18n="proxy-link"
|
||||||
data-i18n-placeholder="one-per-line"
|
data-i18n-placeholder="one-per-line"
|
||||||
label="Node Share Link" type="text" id="proxy" name="proxy"
|
label="Node Share Link" type="text" id="proxy" name="proxy"
|
||||||
placeholder="One per line">
|
placeholder="One per line">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user