mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-02-04 14:53:12 +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();
|
||||
}
|
||||
btnAdd.click(()=>{
|
||||
if(total() == this.#totalMax) {
|
||||
if(total() >= this.#totalMax) {
|
||||
this.hint('没有可分配的点数了');
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user