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