文章内容摘要
AI智能分析
环境支持
- PHP版本 8.0
 - Mysql 5.6及以上
 - Windows/Linux
 
安装
- 将程序上传到网站目录配置伪静态规则
 - 访问domain或者domain/install进入到安装指引
 - 安装数据库/配置管理员账号以及密码即安装完
 
添加API
本地API在目录
extend/api/中添加文件即可,主文件以index.php命名 然后在后台添加API,类型有本地和外部,如果是extend/api/中的就选择本地API,如果是外链就选外部API
伪静态
if (!-e $request_filename)
{
    rewrite ^(.*)$ /index.php$1 last;
}
























瞅一眼