Skip to content

Commit

Permalink
v3.01
Browse files Browse the repository at this point in the history
  • Loading branch information
SamToki committed Oct 14, 2024
1 parent d8ad05e commit 7899fbb
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
Binary file modified PREVIEW/Preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file modified PROJECT/images/Title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions PROJECT/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="假名征服者 (KanaMaster),日文假名记忆训练游戏,结合了音游的元素。本游戏针对日语初学者,也欢迎 N1 大佬来挑战高难度。" />
<meta name="description" content="假名征服者,日文假名记忆训练游戏,结合了音游的元素。本游戏针对日语初学者,也欢迎 N1 大佬来挑战高难度。" />
<meta name="keywords" content="Sam Toki, SAM TOKI STUDIO, 假名征服者, KanaMaster, かなマスター, 日语学习, 日语入门, 五十音图" />
<meta name="version" content="v3.00 (2024/10/13). Since 2023/11/05." />
<meta name="version" content="v3.01 (2024/10/14). Since 2023/11/05." />
<meta name="author" content="Sam Toki" />
<meta name="copyright" content="(C) 2023 SAM TOKI STUDIO" />
<title>假名征服者</title>
Expand Down Expand Up @@ -344,7 +344,7 @@ <h1 class="SectionTitle">设定</h1>
<li class="Item">
<fieldset id="Fieldset_SettingsQuestionRange">
<legend>出题范围</legend>
<p>请至少选择两项。可在<a href="docs/假名征服者%20(KanaMaster)%20说明文档.pdf">说明文档</a>查看每项的具体内容。</p>
<p>请至少选择两项。可在<a href="docs/假名征服者%20说明文档.pdf">说明文档</a>查看每项的具体内容。</p>
<ul class="CtrlGroup BelowParagraph">
<li class="Ctrl WidthDividedBy5">
<label for="Checkbox_SettingsQuestionRange1">
Expand Down Expand Up @@ -674,7 +674,7 @@ <h1 class="SectionTitle">帮助</h1>
<li class="Item">
<fieldset>
<legend>简介</legend>
<p>假名征服者 (KanaMaster),日文假名记忆训练游戏,结合了音游的元素。本游戏针对日语初学者,也欢迎 N1 大佬来挑战高难度。</p>
<p>假名征服者,日文假名记忆训练游戏,结合了音游的元素。本游戏针对日语初学者,也欢迎 N1 大佬来挑战高难度。</p>
</fieldset>
</li>
<li class="Item" id="Item_HelpTutorial">
Expand All @@ -683,10 +683,10 @@ <h1 class="SectionTitle">帮助</h1>
<p>本游戏的教程以 PDF 文档的形式提供。这方便您保存至本地,还可以打印出来备用。</p>
<ul class="CtrlGroup BelowParagraph">
<li class="Ctrl WidthDividedBy2">
<a class="Linkbtn" href="docs/假名征服者%20(KanaMaster)%20快速入门.pdf">快速入门</a>
<a class="Linkbtn" href="docs/假名征服者%20快速入门.pdf">快速入门</a>
</li>
<li class="Ctrl WidthDividedBy2">
<a class="Linkbtn" href="docs/假名征服者%20(KanaMaster)%20说明文档.pdf">说明文档</a>
<a class="Linkbtn" href="docs/假名征服者%20说明文档.pdf">说明文档</a>
</li>
</ul>
</fieldset>
Expand Down Expand Up @@ -740,7 +740,7 @@ <h4>音频</h4>
<legend>关于</legend>
<p>假名征服者</p>
<p>by SAM TOKI STUDIO</p>
<p>版本 v3.00 (<time datetime="2024-10-13" pubdate="pubdate">2024/10/13</time>)<br />
<p>版本 v3.01 (<time datetime="2024-10-14" pubdate="pubdate">2024/10/14</time>)<br />
始于 2023/11/05</p>
<ul class="CtrlGroup BelowParagraph">
<li class="Ctrl">
Expand Down
2 changes: 1 addition & 1 deletion PROJECT/scripts/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Declare variables
"use strict";
// Unsaved
const CurrentVersion = 3.00,
const CurrentVersion = 3.01,
KanaGrid = [
["", "准备", "暂停"],
[0, "あ", "か", "さ", "た", "な", "は", "ま", "や", "ら", "わ", "が", "ざ", "だ", "ば", "ぱ", "", "", "", "", ""],
Expand Down
4 changes: 2 additions & 2 deletions PROJECT/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
/* Area specific */
/* Header */
#Ctrl_Title {
width: 240px;
width: 172px;
}
#Ctrl_Nav {
width: calc(100% - 250px);
width: calc(100% - 182px);
}

/* Main */
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 简介 Description

假名征服者 (KanaMaster),日文假名记忆训练游戏,结合了音游的元素。本游戏针对日语初学者,也欢迎 N1 大佬来挑战高难度。<br>
假名征服者,日文假名记忆训练游戏,结合了音游的元素。本游戏针对日语初学者,也欢迎 N1 大佬来挑战高难度。<br>
KanaMaster is a quiz game helping you memorize Japanese Kana (Gojuon). It has been inspired by rhythm games. This game is designed for Japanese language beginners, but masters are also welcomed to challenge high difficulties.

![封面 Cover](/PREVIEW/Cover.png)
Expand All @@ -11,8 +11,8 @@ KanaMaster is a quiz game helping you memorize Japanese Kana (Gojuon). It has be

# 教程 Tutorial

[快速入门](/PROJECT/docs/假名征服者%20(KanaMaster)%20快速入门.pdf)<br>
[完整说明文档](/PROJECT/docs/假名征服者%20(KanaMaster)%20说明文档.pdf)
[快速入门](/PROJECT/docs/假名征服者%20快速入门.pdf)<br>
[完整说明文档](/PROJECT/docs/假名征服者%20说明文档.pdf)

# 注意 Caution

Expand Down

0 comments on commit 7899fbb

Please sign in to comment.