mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-03-24 21:37:40 +08:00
bundle with pr
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -166,7 +166,7 @@ class App{
|
|||||||
freshTotal();
|
freshTotal();
|
||||||
}
|
}
|
||||||
btnAdd.click(()=>{
|
btnAdd.click(()=>{
|
||||||
if(total() == this.#totalMax) {
|
if(total() >= this.#totalMax) {
|
||||||
this.hint('没有可分配的点数了');
|
this.hint('没有可分配的点数了');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user