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
+6
View File
@@ -101,6 +101,12 @@ php artisan workerman:serve stop
- 失败重试:`WORKERMAN_MAX_TRIES`(默认 3),超时 `WORKERMAN_TIMEOUT`(默认 60s),重试耗尽进 `failed_jobs`
- 降级路径:`php artisan queue:work` 照常可用(同一队列)
## 对外 API
- 交互式文档(OpenAPI/Swagger 风格):`GET /docs/api`
- 端点:`/api/site``/api/posts``/api/posts/{slug}``/api/categories``/api/tags``POST /api/comments``/api/me`Bearer Token
- 供小程序 / 第三方平台接入,详见 `docs/api.md`
## 测试
```bash