# 开源小枫拟态UI4.0个人引导页源码

*Published:* 2023-10-27
*Author:* 客服001

#### 温馨提醒

如果文章内容或图片资源失效，请留言反馈，我们会及时处理，谢谢

本文最后更新于2023年10月27日，已超过 180天没有更新



前端：HTML5、CSS3、JavaScript，后台用的光年框架，前台主要用的Maria M. Muñoz的拟态组件，还有部分插件都在下面

后端：PHP，thinkphp6

[![](https://www.xarjtc.com/wp-content/uploads/2023/10/Mimic-UI4.0主图.jpg)](https://www.xarjtc.com/wp-content/uploads/2023/10/Mimic-UI4.0主图.jpg)

### 安装教程：

1：PHP版本&gt;7.1，且&lt;7.4，安装完成后可切换到PHP7.4

2：设置public文件夹为运行目录（必须）

3：设置伪静态（必须）

```
location / {
    if (!-e $request_filename){
        rewrite  ^(.*)$  /index.php?s=$1  last;   break;
    }
}
```

4：开启exec函数 (默认是禁用的) ，用来获取CPU和内存状态【安装时必须启用，安装后可禁用】

5：在路径\\config\\database.php的文件 填写数据库名、数据库用户名、数据库密码

6：导入数据库文件 xiaofeng.sql

后台路径：http://域名/admin/login

账号：admin

密码：123456

### 关于插件：

jQuery中文官网：https://www.jquery123.com

axios中文官网：http://www.axios-js.com

dayjs中文官网：https://dayjs.fenxianglu.cn

中文官网：https://dayjs.fenxianglu.cn

sweetalert官网：https://sweetalert.js.org

dark-mode GitHub：https://github.com/jakejarvis/dark-mode （这个插件需要部署nodejs）

天气API用的是：https://api.vvhan.com/api/weather

Maria M. Muñoz的拟态组件：https://codepen.io/myacode/pen/PoqQQNM

### 源码下载：

蓝奏云下载：https://xfzy2020.lanzoul.com/iHput06v73dg

gitee下载：https://gitee.com/xfwlclub/nitai4