feat: 首次提交NBA前端项目
This commit is contained in:
BIN
public/imgs/spa.webp
Normal file
BIN
public/imgs/spa.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
7
public/robots.txt
Normal file
7
public/robots.txt
Normal 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
20
public/sitemap.xml
Normal 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>
|
||||
Reference in New Issue
Block a user