添加设定界面 - #18 #21

Merged
lsr merged 24 commits from feat/settings into main 2023-06-10 15:23:21 +00:00
Showing only changes of commit 6d925f744e - Show all commits

View File

@ -104,10 +104,10 @@ export function Settings() {
</Center>
<Spacer />
<HStack gap="2" justifyContent="flex-end">
<Button onClick={handleResetSettings} colorScheme="red" variant="ghost" title="重置为更改前的状态">
<Button onClick={handleResetSettings} colorScheme="red" variant="ghost" title="还原为更改前的状态">
</Button>
<Button onClick={handleApplySettings}></Button>
<Button onClick={handleApplySettings}></Button>
</HStack>
</Flex>
</VStack>