MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / openGitHubRelease

Function openGitHubRelease

web/src/components/settings/OtherSetting.js:234–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 1

OtherSetting.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected