Commit 31d9e69 pompurin404
committed
1 parent 5eeca45 commit 31d9e69 Copy full SHA for 31d9e69
File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,7 @@ const EditFileModal: React.FC<Props> = (props) => {
30
30
< ModalContent className = "h-full w-[calc(100%-100px)]" >
31
31
< ModalHeader className = "flex" > 编辑订阅</ ModalHeader >
32
32
< ModalBody className = "h-full" >
33
- < BaseEditor
34
- language = "yaml"
35
- schema = "clash"
36
- value = { currData }
37
- onChange = { ( value ) => setCurrData ( value ) }
38
- />
33
+ < BaseEditor language = "yaml" value = { currData } onChange = { ( value ) => setCurrData ( value ) } />
39
34
</ ModalBody >
40
35
< ModalFooter >
41
36
< Button variant = "light" onPress = { onClose } >
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ const Connections: React.FC = () => {
124
124
< TableCell className = "max-w-[100px] text-ellipsis whitespace-nowrap overflow-hidden" >
125
125
{ item . rule } { item . rulePayload }
126
126
</ TableCell >
127
- < TableCell className = "max-w-[200px] text-ellipsis whitespace-nowrap overflow-hidden" >
127
+ < TableCell className = "flag-emoji max-w-[200px] text-ellipsis whitespace-nowrap overflow-hidden" >
128
128
{ item . chains . reverse ( ) . join ( '::' ) }
129
129
</ TableCell >
130
130
< TableCell >
You can’t perform that action at this time.
0 commit comments