Initial commit

This commit is contained in:
2025-07-15 23:39:10 +02:00
parent 1d3986a901
commit fb14214612
181 changed files with 31070 additions and 50 deletions

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

9
public/index.php Normal file
View File

@ -0,0 +1,9 @@
<?php
use App\Kernel;
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
return function (array $context) {
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};

BIN
public/og.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 KiB

4
public/robots.txt Normal file
View File

@ -0,0 +1,4 @@
sitemap: https://genshin-world.com/sitemap.xml
User-agent: *
Disallow: /7f447c48

58
public/sitemap.xml Normal file
View File

@ -0,0 +1,58 @@
<?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://genshin-world.com/mondstadt</loc>
<lastmod>2022-09-28T00:00:00+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.80</priority>
</url>
<url>
<loc>https://genshin-world.com/dragonspine</loc>
<lastmod>2022-09-28T00:00:00+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.80</priority>
</url>
<!--<url>-->
<!-- <loc>https://genshin-world.com/golden-apple-archipelago</loc>-->
<!-- <lastmod>2022-09-28T00:00:00+00:00</lastmod>-->
<!-- <changefreq>weekly</changefreq>-->
<!-- <priority>0.90</priority>-->
<!--</url>-->
<url>
<loc>https://genshin-world.com/liyue</loc>
<lastmod>2022-09-28T00:00:00+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.80</priority>
</url>
<url>
<loc>https://genshin-world.com/the-chasm</loc>
<lastmod>2022-09-28T00:00:00+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.80</priority>
</url>
<url>
<loc>https://genshin-world.com/underground-mines</loc>
<lastmod>2022-09-28T00:00:00+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.90</priority>
</url>
<url>
<loc>https://genshin-world.com/inazuma</loc>
<lastmod>2022-09-28T00:00:00+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.80</priority>
</url>
<url>
<loc>https://genshin-world.com/enkanomiya</loc>
<lastmod>2022-09-28T00:00:00+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.80</priority>
</url>
<url>
<loc>https://genshin-world.com/sumeru</loc>
<lastmod>2022-09-28T00:00:00+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>1.00</priority>
</url>
</urlset>