mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-07 04:52:53 +08:00
- sidebar.js: add clock SVG to ICONS map for 定时任务 nav item - cron.js: add loading feedback to toggle/delete buttons - dev-api.js: extract _normalizeBaseUrl from handlers object to standalone function Fixes #35: 'Cannot read properties of undefined (reading _normalizeBaseUrl)' Root cause: handlers are called as standalone functions via API middleware, so 'this' is undefined. Moving to a standalone function fixes it.