add bunch of nonsense

This commit is contained in:
Amane Serenetia 2024-05-17 08:45:31 +07:00
parent 176ede260a
commit 990ac6ff1b
16 changed files with 51 additions and 27 deletions

View File

@ -1,6 +1,7 @@
{
"index": "Introduction",
"list": "Game Information",
"gamelist": "Game List",
"soon": "No Idea for now",
"license": {
"title": "License 📜",

0
pages/gamelist.mdx Normal file
View File

View File

@ -0,0 +1,6 @@
{
"hi3": "Honkai Impact 3rd",
"genshin": "Genshin Impact",
"hsr": "Honkai: Star Rail"
}

View File

@ -0,0 +1,7 @@
{
"patch": "Version",
"character": "Character",
"weapon": "Weapons",
"arte": "Artefact",
"extra": "Extras"
}

View File

View File

View File

View File

View File

View File

View File

@ -1,31 +1,16 @@
# Another Page
# Game Information
```js filename="demo.js" {3} copy
let a = 1;
this page will tell you a little information about the existing games
console.log(a);
```
## Game List
### First Anime Game
## Component
the first ACGN Game from a certain game company that release on 2016 in china and then release globally after 1 year, this game also the first game that use 3d model and semi open world. [more about the game]()
import { useState } from 'react'
### Second Anime Game
{/* Import CSS modules */}
import styles from '../components/counters.module.css'
Open World adventure anime game from a certain game company that release on 2020, this game is available to download in Android, IOS, Windows/PC, Console. [more about the game]()
export const Counter = () => {
const [count, setCount] = useState(0);
return (
<div>
<button onClick={() => setCount(count + 1)} className={styles.counter}>Clicked {count} times</button>
</div>
);
};
### Third Anime Game
<Counter/>
## External Component
import Counters from '../components/counters'
<Counters />
space fantasy like RPG anime game from a certain game company that release on 2023, this game is also available to download in Android, IOS, Windows/PC, PS5. [more about the game]()

View File

@ -1,3 +1,3 @@
# Advanced
# soon
This is the index page for the Advanced folder!
this is for the future info

BIN
public/favicon_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

18
public/favicon_2.svg Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="24.000000pt" height="24.000000pt" viewBox="0 0 24.000000 24.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.16, written by Peter Selinger 2001-2019
</metadata>
<g transform="translate(0.000000,24.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M2 121 l1 -118 118 -1 c95 0 119 3 119 14 0 8 -5 13 -11 11 -6 -1
-14 4 -17 12 -3 9 0 12 9 9 11 -4 15 6 17 44 1 29 -2 46 -8 43 -6 -3 -10 -13
-10 -21 0 -8 -3 -14 -7 -15 -5 0 -18 -2 -29 -3 -19 -2 -21 2 -17 27 2 16 1 27
-4 24 -4 -3 -15 0 -24 6 -16 12 -19 18 -19 37 0 6 -7 10 -16 10 -9 0 -18 8
-21 18 -3 14 -15 19 -43 20 l-39 2 1 -119z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 858 B

View File

@ -6,7 +6,14 @@ const config: DocsThemeConfig = {
return { titleTemplate: `%s - MiYoVerse` };
},
logo: <span>MiYoVerse</span>,
logo: (
<>
<span style={{ marginLeft: '.4em', fontWeight: 800 }}>
MiYoVerse
</span>
</>
),
project: {
link: 'https://git.serenetia.com/AmaneSerenetia/MiYoVerse',
},