使用PHP开发的简约导航/书签管理系统。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
949 B

3 years ago
# onenav
3 years ago
使用PHP + SQLite 3开发的简约导航/书签管理器,xiaoz新作,欢迎体验。
![](https://i.bmp.ovh/imgs/2020/12/7a1eee25c16d2d81.png)
![](https://i.bmp.ovh/imgs/2020/12/abba0af566f3c16a.png)
## 功能特色
* 支持后台管理
* 支持私有链接
* 支持链接信息自动识别
* 支持API
3 years ago
## 快速开始
3 years ago
1. 需安装PHP环境,并确保支持SQLite3
2. 下载源码解压到站点根目录
3. 将`config.simple.php`修改为`config.php`并填写自己的站点信息
3 years ago
5. 访问后台:`http://IP/index.php?c=login`
> 更多说明,请参考帮助文档:https://www.yuque.com/helloz/onenav
## 联系我
* Blog:https://www.xiaoz.me/
* QQ:337003006
* QQ群:147687134
## 鸣谢
OneNav诞生离不开以下项目,在此表示感谢。
* [WebStackPage.github.io](https://github.com/WebStackPage/WebStackPage.github.io)
* [LayUI](https://github.com/sentsin/layui)
* [Medoo](https://github.com/catfan/Medoo)