-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
cc3cc92
commit 55febef
Showing
34 changed files
with
2,783 additions
and
1,300 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
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
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
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,98 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="../stylesheet/public_style.css"> | ||
<link rel="stylesheet" href="../stylesheet/advanced.css"> | ||
<link rel="icon" href="../images/Settings.png"> | ||
<style> | ||
</style> | ||
<title>设置</title> | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<div id="back" class="header_back" onclick="clickedBack();"> | ||
<img class="back_icon" alt="Back" src="../images/Back.png"> | ||
</div> | ||
<div class="header_logo" onclick="scrollToTop();"> | ||
<img class="title_icon" alt="Title Icon" src="../images/Settings.png"> | ||
<span class="header_title">Settings</span> | ||
</div> | ||
<div id="debug" class="header_debug" onclick="debugPage();"> | ||
<img class="debug_icon" alt="Debug" src="../images/Debug.png"> | ||
</div> | ||
</header> | ||
<main id="main"> | ||
<div class="main_setting_title"> | ||
<div class="main_setting_title_span">设置</div> | ||
</div> | ||
<div class="setting_title">外观</div> | ||
<div class="setting_block"> | ||
<!-- 暗黑模式--> | ||
</div> | ||
<div class="setting_block"> | ||
<!-- 新的UI设计--> | ||
</div> | ||
<div class="setting_block"> | ||
<!-- 实验性新UI--> | ||
</div> | ||
<div class="setting_block"> | ||
<!-- UI标度--> | ||
</div> | ||
<div class="setting_title">通知</div> | ||
<div class="setting_block"> | ||
<!-- Banner通知--> | ||
</div> | ||
<div class="setting_block"> | ||
<!-- Modal通知--> | ||
</div> | ||
<div class="setting_block"> | ||
<!-- Pop通知--> | ||
</div> | ||
<div class="setting_title">声音</div> | ||
<div class="setting_block"> | ||
<!-- 启用音效--> | ||
</div> | ||
<div class="setting_block"> | ||
<!-- 音效音量--> | ||
</div> | ||
<div class="setting_title">其他</div> | ||
<div class="setting_block"> | ||
<div class="setting_content">实验性内容</div> | ||
<div class="setting_control"> | ||
<button class="btn normal_btn setting_btn" onclick="playSound(this);flagsPage();">查看</button> | ||
</div> | ||
</div> | ||
<div class="setting_title">高级</div> | ||
<div class="setting_block"> | ||
<!-- 清除存储的数据--> | ||
</div> | ||
<div class="setting_block"> | ||
<!-- 重载容器环境--> | ||
</div> | ||
<div class="setting_block"></div> | ||
<div class="setting_block"></div> | ||
<div class="setting_block"></div> | ||
<div class="setting_title">关于</div> | ||
<div class="setting_block"></div> | ||
<div class="setting_block"></div> | ||
<div class="setting_block"></div> | ||
<div class="setting_title"></div> | ||
</main> | ||
|
||
<!--遮罩--> | ||
<!--除了顶栏--> | ||
<div id="overlay_main" class="overlay_main" onclick="clickedOverlay();"></div> | ||
<!--全屏--> | ||
<div id="overlay" class="overlay"></div> | ||
|
||
</body> | ||
|
||
<script src="../javascript/secondary.js"></script> | ||
<script src="../javascript/public_script.js"></script> | ||
|
||
</html> |
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
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
Oops, something went wrong.