feat: settings页面改名为problems,移除调试代码

This commit is contained in:
hmo
2026-04-23 22:29:51 +08:00
parent 22143bad78
commit 66451c2006
4 changed files with 3 additions and 4 deletions
-1
View File
@@ -265,7 +265,6 @@ async function saveGoal() {
});
const result = await res.json();
console.log('Save result:', result);
if (res.ok) {
bootstrap.Modal.getInstance(document.getElementById('goalModal')).hide();