From 30e5bd360c88c9fadf48013364710f975f3a148a Mon Sep 17 00:00:00 2001 From: xiaoz Date: Wed, 28 Jun 2023 15:41:15 +0800 Subject: [PATCH] fix bug --- README.md | 2 ++ README_EN.md | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b020e2a..6727b6a 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 中文 | [English](./README_EN.md) +___ + OneNav是一款开源免费的书签(导航)管理程序,使用使用PHP + SQLite 3开发,界面简洁,安装简单,使用方便。OneNav可帮助你将浏览器书签集中式管理,解决跨设备、跨平台、跨浏览器之间同步和访问困难问题,做到一处部署,随处访问。 ![](https://i.bmp.ovh/imgs/2020/12/40f222b7da7a89c9.png) diff --git a/README_EN.md b/README_EN.md index 679bd86..3c103d7 100644 --- a/README_EN.md +++ b/README_EN.md @@ -2,6 +2,8 @@ [中文](./README.md) | English +___ + OneNav is an open-source, free bookmark (navigation) management program developed using PHP + SQLite 3. It features a simple interface, easy installation, and convenient usage. OneNav helps you manage your browser bookmarks centrally, solving the problems of syncing and accessing across devices, platforms, and browsers. Deploy it in one place and access it from anywhere. ![](https://i.bmp.ovh/imgs/2020/12/40f222b7da7a89c9.png) @@ -51,7 +53,7 @@ OneNav is an open-source, free bookmark (navigation) management program develope ```bash docker run -itd --name="onenav" -p 80:80 \ -v /data/onenav:/data/wwwroot/default/data \ - helloz/onenav:0.9.30 + helloz/onenav:0.9.31 ``` * The first `80` is the customized access port, which can be modified, and the second `80` is the container port, please do not modify * `/data/onenav`: Local mount directory for persistent storage of Onenav data @@ -68,9 +70,7 @@ ___ The following are some user demo sites of OneNav, in no particular order. -* OneNav: [https - -://nav.rss.ink/](https://nav.rss.ink/) +* OneNav: [https://nav.rss.ink/](https://nav.rss.ink/) * Thousand-line Bookmark: [http://www.52qx.club/](http://www.52qx.club/) * Nyuji Bookmark: [http://www.1006788.com/](http://www.1006788.com/) * DiscoveryNav: [https://nav.miooku.com/](https://nav.miooku.com/)