mirror of
https://github.com/whyour/qinglong.git
synced 2025-12-23 15:50:07 +08:00
* Initial plan
* Fix: Use default import for cron-parser to ensure browser compatibility
Changed from named export `{ CronExpressionParser }` to default export `cronParser` and access `CronExpressionParser` through it. This ensures compatibility with webpack/UmiJS bundling for browser environments while maintaining backend functionality.
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
|
||
|---|---|---|
| .. | ||
| assets/fonts | ||
| components | ||
| hooks | ||
| layouts | ||
| locales | ||
| pages | ||
| styles | ||
| utils | ||
| app.ts | ||
| loading.tsx | ||