Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
artisanbox committed Sep 23, 2023
1 parent 0ce9fad commit 72735de
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,29 @@
## 介绍
[COME COME](https://comecome.cc) 是一款极简的网址导航工具,旨在为用户提供纯粹、简洁、高效的上网体验。

它充分保留了基础的网址导航功能,同时在设计上力求简洁,让用户能够以最快的速度找到所需的网站。

![index](https://comecome.cc/img/index.png)

![settings](https://comecome.cc/img/settings.png)

## 功能
- 个性主题切换(月白、初春、瀚海、大漠)
- 网址自定义(鼠标拖动排序)
- 搜索引擎自定义(必应、谷歌、百度、搜狗、维基)
- 搜索词自动提示
- 导入、导出数据
- 夜间模式

## TODO
- 用户配置同步云端

## 感谢
- 你的使用
- [Moon-Web-Start](https://github.com/jic999/moon-web-start)
- [0x3](https://0x3.com)

## 关于
一直想做一款极简风格的网址导航,本项目在在 Moon-Web-Start 的基础上做了大量的优化和补充,同时借鉴了 0x3 的风格。
一直想做一款极简风格的网址导航,本项目在 [Moon-Web-Start](https://github.com/jic999/moon-web-start) 的基础上做了大量的优化和补充,同时借鉴了 [0x3](https://0x3.com) 的风格。

如果您有任何问题、建议或反馈,我非常乐意听取。请随时联系我,感谢您的支持!
Binary file modified public/img/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/settings.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/utils/types/site_style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ export const siteStyleList: DarkModeSetting[] = [
value: { name: '系统自动', enName: 'auto' }
},
{
name: '夜晚模式',
name: '夜间模式',
enName: 'dark',
value: { name: '夜晚模式', enName: 'dark' }
value: { name: '夜间模式', enName: 'dark' }
},
{
name: '白天模式',
name: '日间模式',
enName: 'light',
value: { name: '白天模式', enName: 'light' }
value: { name: '日间模式', enName: 'light' }
},
]

0 comments on commit 72735de

Please sign in to comment.