mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-03-25 08:34:16 +08:00
Update app.js
This commit is contained in:
@@ -167,7 +167,7 @@ class App{
|
|||||||
}
|
}
|
||||||
btnAdd.click(()=>{
|
btnAdd.click(()=>{
|
||||||
if(total() == this.#totalMax) {
|
if(total() == this.#totalMax) {
|
||||||
this.hint('没用可分配的点数了');
|
this.hint('没有可分配的点数了');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
set(get()+1);
|
set(get()+1);
|
||||||
|
|||||||
Reference in New Issue
Block a user