-
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.
Add System.audio Class, Update KWS to v3.1 and Update an App(settings…
…) [0.1.3]
- Loading branch information
Showing
23 changed files
with
403 additions
and
71 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
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
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,20 +1,17 @@ | ||
<a class='btn settings-default'><span class='fa fa-arrow-circle-left'></span>設定</a> | ||
<h3><span class='fa fa-image'></span> 壁紙の設定</h3> | ||
・標準の壁紙 <span class='little'>./system/wallpaper内</span> | ||
<h4>標準の壁紙 <span class='little'>./system/wallpaper内</span></h4> | ||
<div class='simplebox wallpaper-list'> | ||
<a class="btn little settings-wallpapers" onclick="System.changeWallpaper('url(./system/wallpaper/2001.png)')"> | ||
<img src='./system/wallpaper/2001.png'>2001.png | ||
</a> | ||
<a class="btn little settings-wallpapers" onclick="System.changeWallpaper('url(./system/wallpaper/11.jpg)')"> | ||
<img src='./system/wallpaper/11.jpg'>11.jpg | ||
<img src='./system/wallpaper/11.jpg'>標準に戻す | ||
</a> | ||
<a class="btn little settings-wallpapers" onclick="System.changeWallpaper('url(./system/wallpaper/2013.png)')"> | ||
<img src='./system/wallpaper/2013.png'>2013.png | ||
<a class="btn little settings-wallpapers" onclick="S.alert('','ファイルから選択できません')"> | ||
<img src="./app/fivr/icon.png">ファイルから選択 | ||
</a> | ||
</div> | ||
・任意の壁紙 <span class='little'>パスまたはURLを指定</span><br> | ||
<h4>任意の壁紙 <span class='little'>パスまたはURLを指定</span></h4> | ||
<input type='text' class='textbox' id='settings-wallpaper-path' placeholder='./system/wallpaper/sample.png など'> | ||
<a class='kit-button settings-wallpaper-set'>設定</a><br> | ||
・単色 <span class='little'>色の名前またはカラーコード</span><br> | ||
<h4>単色 <span class='little'>色の名前またはカラーコード</span></h4> | ||
<input type='text' class='textbox' id='settings-background' placeholder='#902020 や skyblue など'> | ||
<a class='kit-button settings-background-set'>設定</a> |
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.