chore: clean

This commit is contained in:
lawvs 2022-09-09 19:43:26 +08:00
parent 08d331e56e
commit b54f2d0451
2 changed files with 4 additions and 4 deletions

View File

@ -53,10 +53,10 @@ export const SettingsList = () => {
>
{LOCALES.map(option => (
<Option
key={option.value}
value={option.value}
key={option.tag}
value={option.tag}
>
{option.text}
{option.originalName}
</Option>
))}
</Select>

View File

@ -86,7 +86,7 @@ const main = async () => {
},
null,
4
)
) + '\n'
);
});