This commit is contained in:
2025-12-25 14:49:46 +08:00
parent 526370bb41
commit fd22ad2884
65 changed files with 13647 additions and 3166 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 KiB

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
public/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 950 B

BIN
public/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

13
public/robots.txt Normal file
View File

@@ -0,0 +1,13 @@
User-agent: *
Allow: /
# 允许搜索引擎抓取所有页面
Disallow: /api/
Disallow: /admin/
Disallow: /private/
# 站点地图
Sitemap: https://www.tianyuancha.cn/sitemap.xml
# 爬取延迟(秒)
Crawl-delay: 1

45
public/site.webmanifest Normal file
View File

@@ -0,0 +1,45 @@
{
"name": "天远查 - 专业司法涉诉查询平台",
"short_name": "天远查",
"description": "提供婚恋评估、判决书查询、婚姻状态查询等专业服务",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#3498db",
"orientation": "portrait-primary",
"scope": "/",
"lang": "zh-CN",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": [
"business",
"productivity",
"utilities"
],
"screenshots": [
{
"src": "/screenshot-desktop.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide"
},
{
"src": "/screenshot-mobile.png",
"sizes": "390x844",
"type": "image/png",
"form_factor": "narrow"
}
]
}

112
public/sitemap.xml Normal file
View File

@@ -0,0 +1,112 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<!-- 首页 -->
<url>
<loc>https://www.tianyuancha.cn/</loc>
<lastmod>2024-01-01</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<!-- 主要功能页面 -->
<url>
<loc>https://www.tianyuancha.cn/listMarriage</loc>
<lastmod>2024-01-01</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://www.tianyuancha.cn/listRisk</loc>
<lastmod>2024-01-01</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://www.tianyuancha.cn/listCar</loc>
<lastmod>2024-01-01</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://www.tianyuancha.cn/listLawsuit</loc>
<lastmod>2024-01-01</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>https://www.tianyuancha.cn/listVerify</loc>
<lastmod>2024-01-01</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<!-- 历史查询 -->
<url>
<loc>https://www.tianyuancha.cn/historyQuery</loc>
<lastmod>2024-01-01</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<!-- 示例报告 -->
<url>
<loc>https://www.tianyuancha.cn/example</loc>
<lastmod>2024-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
<!-- 服务页面 -->
<url>
<loc>https://www.tianyuancha.cn/service</loc>
<lastmod>2024-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<!-- 投诉页面 -->
<url>
<loc>https://www.tianyuancha.cn/complaint</loc>
<lastmod>2024-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<!-- 法律文件页面 -->
<url>
<loc>https://www.tianyuancha.cn/privacyPolicy</loc>
<lastmod>2024-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.4</priority>
</url>
<url>
<loc>https://www.tianyuancha.cn/userAgreement</loc>
<lastmod>2024-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.4</priority>
</url>
<url>
<loc>https://www.tianyuancha.cn/authorization</loc>
<lastmod>2024-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.4</priority>
</url>
<url>
<loc>https://www.tianyuancha.cn/othersAuthorization</loc>
<lastmod>2024-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.4</priority>
</url>
</urlset>