网站和推流制作完成
This commit is contained in:
22
EyeVue/public/manifest.json
Normal file
22
EyeVue/public/manifest.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "ReisaSpasol | MaimaiDX",
|
||||
"short_name": "ReisaSpasol",
|
||||
"description": "专注于Java、Spring Boot、微服务等后端技术开发的个人作品集网站",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#4F46E5",
|
||||
|
||||
"icons": [
|
||||
{
|
||||
"src": "./assets/icon.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "./assets/icon.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
3
EyeVue/public/robots.txt
Normal file
3
EyeVue/public/robots.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Sitemap: <%= config.siteUrl %>/sitemap.xml
|
||||
27
EyeVue/public/sitemap.xml
Normal file
27
EyeVue/public/sitemap.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc><%= config.siteUrl %>/</loc>
|
||||
<lastmod>2024-03-21</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><%= config.siteUrl %>/blog</loc>
|
||||
<lastmod>2024-03-21</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><%= config.siteUrl %>/skills</loc>
|
||||
<lastmod>2024-03-21</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><%= config.siteUrl %>/contact</loc>
|
||||
<lastmod>2024-03-21</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user