Compare commits

...

2 Commits

Author SHA1 Message Date
yuukiwww
48d07376e5 エンコーディングを指定できるようにする
Closes #3
2024-04-26 06:13:20 +00:00
yuukiwww
2336cbdb6a max-width: 50%;をのける
Closes #5
2024-04-26 06:08:57 +00:00
2 changed files with 1 additions and 2 deletions

View File

@ -110,7 +110,6 @@
opacity: 0.7;
font-family: TnT, Meiryo, sans-serif;
pointer-events: none;
max-width: 50%;
}
#version:hover{
opacity: 1;

View File

@ -228,7 +228,7 @@
var category = fileObj.category
var category_id = fileObj.category_id
if(!this.limited){
var filePromise = file.read("sjis") // utf-8にしたい
var filePromise = file.read(prompt("太鼓さん次郎のファイルは\"sjis\"、TJAPlayer3のファイルは\"utf-8\"と入力してください。"))
}else{
var filePromise = Promise.resolve()
}