nested-universe
e655259d14
Continue replace self-invoked with a while true loop
...
- replace self-invoked with a while true loop。
- Wrap the inner function outside the parent function to prevent duplicate declarations caused by the while true loop.
2025-12-31 20:45:59 +08:00
nested-universe
aedcfa7403
Add Module Load Guard
...
Prevents redundant script loading by using a conditional flag to ensure the module is initialized only once.
2025-12-31 14:30:33 +08:00
nested-universe
258267436b
Restore source script operation logic
2025-12-31 12:33:05 +08:00
nested-universe
c7d5506b38
Improve upgrade function
...
Replace self-invoking functions with a while-true loop.
Change the menu return logic.
2025-12-31 12:06:11 +08:00