forked from 111116/webosu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
_site/ | ||
*.swp | ||
env.sh | ||
defaultskin | ||
lazerskin | ||
tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>常见问题</title> | ||
<link rel="stylesheet" href="style/picnic.min.css"> | ||
<link rel="stylesheet" type="text/css" href="style/main.css"> | ||
<!-- <link href="//fonts.googleapis.com/css?family=Exo+2:400,600italic" rel="stylesheet" type="text/css"> --> | ||
<link rel="stylesheet" type="text/css" href="style/font.css"> | ||
<link rel="icon" href="favicon.png"> | ||
</head> | ||
|
||
<body> | ||
<nav id="main-nav"> | ||
<div style="width: 43%"> | ||
<a href="index_cn.html" class="brand">Osaka Salmon University!</a> | ||
<a href="index_cn.html" class="pseudo button">最新</a> | ||
<a href="index_cn.html" class="pseudo button">热门</a> | ||
<a href="index_cn.html" class="pseudo button">已收藏</a> | ||
</div> | ||
<div style="width: 25%; position: relative;"> | ||
<input placeholder="谱面关键词或sid" style="height: 36px; margin-top: 6px;" /> | ||
<img style="position: absolute; width: 24px; top:12px; right: 8px; cursor: pointer" src="research.svg"> | ||
</div> | ||
<div style="width: 7%"> | ||
</div> | ||
<div class="" style="width: 25%"> | ||
<a href="faq.html" class="pseudo button active">常见问题</a> | ||
<a href="settings_cn.html" class="pseudo button">设置</a> | ||
<a href="index.html" class="pseudo button">English</a> | ||
</div> | ||
</nav> | ||
|
||
<div style="margin-top: 50px;"> | ||
<h1 style="width:300px;margin:auto;">这网站还没做完!</h1> | ||
<div class="faqentry"> | ||
<h2>怎么进入游戏?</h2> | ||
</div> | ||
<div class="faqentry"> | ||
<h2>这游戏怎么玩?</h2> | ||
按键默认是鼠标左右键和Z、X键,可以在设置中修改。 | ||
游戏屏幕上出现的圆片称为打击圈。当打击圈外侧的圆圈缩小并刚好落到打击圈上时,点击打击圈。 | ||
有些打击圈带有一条滑条,你需要按住打击圈不放,并跟随其移动。 | ||
当屏幕上出现一个大圆盘时,按住按键绕圆心快速转动。 | ||
</div> | ||
<div class="faqentry"> | ||
<h2>光标移动好像有点延迟?</h2> | ||
试着在设置中启用硬件光标,这可以降低光标反馈的延迟。不过在有些操作系统或浏览器中可能出现闪烁或无法显示光标等问题,因此默认是关闭的。此外,目前硬件光标无法调整大小。 | ||
</div> | ||
<div class="faqentry"> | ||
<h2>游戏玩起来非常卡,怎么办?</h2> | ||
可能是浏览器自身占用了大量运算资源导致卡顿。建议尝试以下操作: | ||
关闭浏览器的其它标签页 | ||
重新启动浏览器 | ||
换一个浏览器 | ||
关闭360 | ||
</div> | ||
<div class="faqentry"> | ||
<h2>能不能从本地上传谱面?</h2> | ||
可以。 | ||
</div> | ||
</div> | ||
</body> | ||
</html> | ||
|
||
<!-- attribution --> | ||
<!-- play icon made by https://www.flaticon.com/authors/those-icons --> | ||
<!-- search icon made by https://www.flaticon.com/authors/good-ware --> |