使用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.

46 lines
1.1 KiB

3 years ago
# onenav
3 years ago
使用PHP + SQLite 3开发的简约导航/书签管理器,xiaoz新作,欢迎体验。
3 years ago
![](https://i.bmp.ovh/imgs/2020/12/40f222b7da7a89c9.png)
3 years ago
![](https://i.bmp.ovh/imgs/2020/12/7a1eee25c16d2d81.png)
3 years ago
3 years ago
![](https://i.bmp.ovh/imgs/2020/12/abba0af566f3c16a.png)
## 功能特色
* 支持后台管理
* 支持私有链接
3 years ago
* 支持多种主题风格(默认内置2套模板)
3 years ago
* 支持链接信息自动识别
* 支持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
## 鸣谢
3 years ago
OneNav诞生离不开以下项目,在此表示感谢(排名不分先后)。
3 years ago
3 years ago
* [WebStackPage](https://github.com/WebStackPage/WebStackPage.github.io)
3 years ago
* [LayUI](https://github.com/sentsin/layui)
3 years ago
* [Medoo](https://github.com/catfan/Medoo)
* [MDUI](https://github.com/zdhxiong/mdui)