Merge remote-tracking branch 'origin/upstream/main'

This commit is contained in:
Laisky.Cai
2024-03-16 07:49:36 +00:00
79 changed files with 9670 additions and 26 deletions

View File

@@ -68,7 +68,7 @@ export const CHANNEL_OPTIONS = {
25: {
key: 25,
text: 'Moonshot AI',
value: 19,
value: 25,
color: 'default'
},
23: {

View File

@@ -87,6 +87,8 @@ const EditModal = ({ open, tokenId, onCancel, onOk }) => {
useEffect(() => {
if (tokenId) {
loadToken().then();
} else {
setInputs({...originInputs});
}
}, [tokenId]);