@@ -510,7 +510,7 @@ export default function TemplatesPage() {
510510 ...( formData . userListenType === 'assign' ? [ {
511511 label : '监听地址' ,
512512 key : 'userListenAddress' as keyof FormData ,
513- placeholder : '0.0.0.0' ,
513+ placeholder : '0.0.0.0/[2001:db8::1] ' ,
514514 value : formData . userListenAddress
515515 } ] : [ ] ) ,
516516 {
@@ -522,7 +522,7 @@ export default function TemplatesPage() {
522522 ]
523523 } ,
524524 {
525- label : '客户端' ,
525+ label : '中转( 客户端) ' ,
526526 type : 'relay' ,
527527 formFields : [
528528 {
@@ -574,7 +574,7 @@ export default function TemplatesPage() {
574574 ...( formData . targetListenType === 'external' ? [ {
575575 label : '目标地址' ,
576576 key : 'exitIp' as keyof FormData ,
577- placeholder : '192.168.1.100 ' ,
577+ placeholder : '0.0.0.0/[2001:db8::1] ' ,
578578 value : formData . exitIp
579579 } ] : [ ] ) ,
580580 {
@@ -608,7 +608,7 @@ export default function TemplatesPage() {
608608 ...( formData . userListenType === 'assign' ? [ {
609609 label : '监听地址' ,
610610 key : 'userListenAddress' as keyof FormData ,
611- placeholder : '0.0.0.0' ,
611+ placeholder : '0.0.0.0/[2001:db8::1] ' ,
612612 value : formData . userListenAddress
613613 } ] : [ ] ) ,
614614 {
@@ -620,7 +620,7 @@ export default function TemplatesPage() {
620620 ]
621621 } ,
622622 {
623- label : '客户端' ,
623+ label : '入口( 客户端) ' ,
624624 type : 'target' ,
625625 formFields : [
626626 {
@@ -654,7 +654,7 @@ export default function TemplatesPage() {
654654 ]
655655 } ,
656656 {
657- label : '服务端' ,
657+ label : '出口( 服务端) ' ,
658658 type : 'relay' ,
659659 formFields : [
660660 {
@@ -690,7 +690,7 @@ export default function TemplatesPage() {
690690 ...( formData . targetListenType === 'external' ? [ {
691691 label : '目标地址' ,
692692 key : 'exitIp' as keyof FormData ,
693- placeholder : '192.168.1.100 ' ,
693+ placeholder : '0.0.0.0/[2001:db8::1] ' ,
694694 value : formData . exitIp
695695 } ] : [ ] ) ,
696696 {
@@ -724,7 +724,7 @@ export default function TemplatesPage() {
724724 ...( formData . userListenType === 'assign' ? [ {
725725 label : '监听地址' ,
726726 key : 'userListenAddress' as keyof FormData ,
727- placeholder : '0.0.0.0' ,
727+ placeholder : '0.0.0.0/[2001:db8::1] ' ,
728728 value : formData . userListenAddress
729729 } ] : [ ] ) ,
730730 {
@@ -736,7 +736,7 @@ export default function TemplatesPage() {
736736 ]
737737 } ,
738738 {
739- label : '服务端' ,
739+ label : '入口( 服务端) ' ,
740740 type : 'relay' ,
741741 formFields : [
742742 {
@@ -754,7 +754,7 @@ export default function TemplatesPage() {
754754 ]
755755 } ,
756756 {
757- label : '客户端' ,
757+ label : '出口( 客户端) ' ,
758758 type : 'target' ,
759759 formFields : [
760760 {
@@ -806,7 +806,7 @@ export default function TemplatesPage() {
806806 ...( formData . targetListenType === 'external' ? [ {
807807 label : '目标地址' ,
808808 key : 'exitIp' as keyof FormData ,
809- placeholder : '192.168.1.100 ' ,
809+ placeholder : '0.0.0.0/[2001:db8::1] ' ,
810810 value : formData . exitIp
811811 } ] : [ ] ) ,
812812 {
0 commit comments