We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2042f commit dab2a0dCopy full SHA for dab2a0d
src/pages/top/raduwen/env.tsx
@@ -18,11 +18,11 @@ const EnvironmentPage = () => {
18
<Box mt="16" px="16" display="flex" flexDirection="column">
19
<Heading as="h2" size="md">ほぼゲーム用</Heading>
20
<UnorderedList mt="4">
21
- <ListItem>OS : Windows 10 Pro</ListItem>
22
- <ListItem>Mother : GIGABYTE GA-B75M-D3H</ListItem>
23
- <ListItem>CPU : Intel Core i7-2600</ListItem>
24
- <ListItem>Memory : 16GB</ListItem>
25
- <ListItem>GPU : GeForce GTX 1060 6GB</ListItem>
+ <ListItem>OS : Windows 11 Pro</ListItem>
+ <ListItem>Mother : ASRock B550 Phatom Gaming 4</ListItem>
+ <ListItem>CPU : AMD Ryzen 9 5900X</ListItem>
+ <ListItem>Memory : 64GB</ListItem>
+ <ListItem>GPU : GeForce RTX 3070</ListItem>
26
</UnorderedList>
27
</Box>
28
0 commit comments