Skip to content

Commit

Permalink
VS Code Live Preview extension files
Browse files Browse the repository at this point in the history
  • Loading branch information
lamrongol committed Sep 25, 2024
1 parent e5296b1 commit 779a5fa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"configurations": [
{
"type": "chrome",
"name": "http://127.0.0.1:3000/index.html",
"request": "launch",
"url": "http://127.0.0.1:3000/index.html"
}
]
}
4 changes: 4 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ const WEEK_DETAIL = Object.freeze(new Map(
["last", 3],
]));


//for test
//console.log(new Date().toLocaleTimeString())

//@see 最終プロデュース評価 - 学園アイドルマスターwiki (学マスwiki) https://seesaawiki.jp/gakumasu/d/%BA%C7%BD%AA%A5%D7%A5%ED%A5%C7%A5%E5%A1%BC%A5%B9%C9%BE%B2%C1
// BORDER S: 13000, A+: 11500, A: 10000 //(S+: 14500)
const RANK_EVALUATION_BORDERS = Object.freeze(new Map(
Expand Down

0 comments on commit 779a5fa

Please sign in to comment.