mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-16 05:04:41 +08:00
feat: change repo links
This commit is contained in:
@@ -58,7 +58,7 @@ export const VersionPanel: React.FC<VersionPanelProps> = ({
|
||||
const fetchRemoteChangelog = async () => {
|
||||
try {
|
||||
const response = await fetch(
|
||||
'https://codeberg.org/LunaTechLab/MoonTV/raw/branch/main/CHANGELOG'
|
||||
'https://raw.githubusercontent.com/MoonTechLab/LunaTV/main/CHANGELOG'
|
||||
);
|
||||
if (response.ok) {
|
||||
const content = await response.text();
|
||||
|
||||
Reference in New Issue
Block a user