feat: 首次提交NBA前端项目

This commit is contained in:
2026-05-14 22:16:25 +08:00
parent 5f48a8a55e
commit 3533904ced
26 changed files with 8668 additions and 434 deletions

BIN
public/imgs/spa.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

7
public/robots.txt Normal file
View File

@@ -0,0 +1,7 @@
# Robots.txt - allow all crawlers to index the site
# 使用实际域名
User-agent: *
Allow: /
Sitemap: http://nba.1024x.icu/sitemap.xml
Host: http://nba.1024x.icu

20
public/sitemap.xml Normal file
View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<!-- 已替换为实际域名 -->
<url>
<loc>http://nba.1024x.icu/</loc>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>http://nba.1024x.icu/lives</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://nba.1024x.icu/test</loc>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<!-- 如需列出带参数的播放页面,请在生成 sitemap 时列出具体的 play 页面网址 -->
</urlset>