File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 43
43
< a-form-item label ='SpiderX '>
44
44
< a-input v-model.trim ="inbound.stream.reality.settings.spiderX "> </ a-input >
45
45
</ a-form-item >
46
- < a-form-item label ='{{ i18n "pages.inbounds.privatekey" }} '>
47
- < a-input v-model.trim ="inbound.stream.reality.privateKey "> </ a-input >
48
- </ a-form-item >
49
46
< a-form-item label ='{{ i18n "pages.inbounds.publicKey" }} '>
50
- < a-input v-model.trim ="inbound.stream.reality.settings.publicKey "> </ a-input >
47
+ < a-input v-model ="inbound.stream.reality.settings.publicKey "> </ a-input >
48
+ </ a-form-item >
49
+ < a-form-item label ='{{ i18n "pages.inbounds.privatekey" }} '>
50
+ < a-input type ="password " v-model ="inbound.stream.reality.privateKey "> </ a-input >
51
51
</ a-form-item >
52
52
< a-form-item label =" ">
53
53
< a-button type ="primary " icon ="import " @click ="getNewX25519Cert "> Get New Cert</ a-button >
Original file line number Diff line number Diff line change 85
85
</ template >
86
86
< template v-else >
87
87
< a-form-item label ='{{ i18n "pages.inbounds.publicKey" }} '>
88
- < a-input type =" textarea " :rows =" 3 " v-model ="cert.cert "> </ a-input >
88
+ < a-input v-model ="cert.cert "> </ a-input >
89
89
</ a-form-item >
90
90
< a-form-item label ='{{ i18n "pages.inbounds.privatekey" }} '>
91
- < a-input type ="textarea " :rows =" 3 " v-model ="cert.key "> </ a-input >
91
+ < a-input type ="password " v-model ="cert.key "> </ a-input >
92
92
</ a-form-item >
93
93
</ template >
94
94
< a-form-item label ='OCSP stapling '>
You can’t perform that action at this time.
0 commit comments