()
| 232 | |
| 233 | // Function to open GitHub release page |
| 234 | const openGitHubRelease = () => { |
| 235 | window.open( |
| 236 | `https://github.com/Calcium-Ion/new-api/releases/tag/${updateData.tag_name}`, |
| 237 | '_blank', |
| 238 | ); |
| 239 | }; |
| 240 | |
| 241 | const getStartTimeString = () => { |
| 242 | const timestamp = statusState?.status?.start_time; |