Files
lotteryAdmin/src/lib/lottery-schedule-timezone.ts
kang f080e6ba8e feat(admin): add draw management features including create, update, delete, and batch delete functionalities
- Implemented API functions for creating, updating, and deleting draws.
- Enhanced the admin draws console with UI components for managing draws.
- Added internationalization support for new draw management actions and messages.
2026-05-25 18:00:43 +08:00

6 lines
158 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* PRD / 界面文档:服务器时区 GMT与 UTC 等效。
* @see docs/01-界面文档.md §1.4
*/
export const LOTTERY_SCHEDULE_TIMEZONE = "UTC";