feat: 前台 .shtml 后缀 canonical + strict_types 全量启用 + 对外 API(Sanctum+Scramble 文档)+ pm2 ecosystem + GitHub Actions CI + 插件/主题/架构/API 文档 + REDIS_PREFIX 说明

This commit is contained in:
ak
2026-08-11 19:37:33 +08:00
parent 1c8a801238
commit fc6624cf84
244 changed files with 1902 additions and 97 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class ExampleTest extends TestCase
$this->seed();
$this->get('/')->assertStatus(200);
$this->get('/archives')->assertStatus(200);
$this->get('/archives.shtml')->assertStatus(200);
$this->get('/rss.xml')->assertStatus(200);
$this->get('/sitemap.xml')->assertStatus(200);
$this->get('/robots.txt')->assertStatus(200);