完善工作

This commit is contained in:
mtvpls
2025-12-02 22:17:45 +08:00
parent 73be7f6ec4
commit f4a64fd2bf
3 changed files with 36 additions and 18 deletions

View File

@@ -81,7 +81,7 @@ export const VersionPanel: React.FC<VersionPanelProps> = ({
const fetchRemoteChangelog = async () => {
try {
const response = await fetch(
'https://raw.githubusercontent.com/MoonTechLab/LunaTV/main/CHANGELOG'
'https://raw.githubusercontent.com/mtvpls/MoonTVPlus/main/CHANGELOG'
);
if (response.ok) {
const content = await response.text();
@@ -363,7 +363,7 @@ export const VersionPanel: React.FC<VersionPanelProps> = ({
</div>
</div>
<a
href='https://github.com/MoonTechLab/LunaTV'
href='https://github.com/mtvpls/MoonTVPlus.git'
target='_blank'
rel='noopener noreferrer'
className='inline-flex items-center justify-center gap-2 px-3 py-2 bg-yellow-600 hover:bg-yellow-700 text-white text-xs sm:text-sm rounded-lg transition-colors shadow-sm w-full'
@@ -393,7 +393,7 @@ export const VersionPanel: React.FC<VersionPanelProps> = ({
</div>
</div>
<a
href='https://github.com/MoonTechLab/LunaTV'
href='https://github.com/mtvpls/MoonTVPlus.git'
target='_blank'
rel='noopener noreferrer'
className='inline-flex items-center justify-center gap-2 px-3 py-2 bg-green-600 hover:bg-green-700 text-white text-xs sm:text-sm rounded-lg transition-colors shadow-sm w-full'