docs: rebrand to KatelyaTV and add release notes\n\n- Update QUICKSTART, PROJECT_STATUS, CONTRIBUTING, CHANGELOG\n- Add RELEASE_NOTES.md for v0.1.0-katelya\n- UI text: replace MoonTV mentions where user-facing\n- Config defaults: SITE_NAME -> KatelyaTV\n- Version check: allow env override, keep MoonTV fallback\n- Upstash client: add KatelyaTV global symbol with legacy alias\n- LocalStorage: migrate keys to katelyatv_* with legacy fallback

This commit is contained in:
Cursor Agent
2025-08-29 07:56:19 +00:00
parent a9bd8e47e1
commit 672a386d2c
7 changed files with 38 additions and 18 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ const BottomKatelyaLogo = () => {
<div className='text-center'>
<div className='bottom-logo'>KatelyaTV</div>
<div className='mt-2 text-sm text-gray-500 dark:text-gray-400 opacity-75'>
Powered by MoonTV Core
Powered by KatelyaTV Core
</div>
</div>
</div>
+1 -1
View File
@@ -1,7 +1,7 @@
import { Metadata } from 'next';
export const metadata: Metadata = {
title: '安全警告 - MoonTV',
title: '安全警告 - KatelyaTV',
description: '站点安全配置警告',
};