Skip to content

Commit

Permalink
favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
lingxyz committed May 8, 2023
1 parent fcee310 commit 6a83755
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
Binary file added assets/favicon.ico
Binary file not shown.
14 changes: 5 additions & 9 deletions docs/basics/tool.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
# 代码编辑

- vscode
- Idea
## VS Code 插件

* Office Viewer(Markdown Editor):所见即所得的markdown编辑插件。类似Typora。

## IDEA 插件

# 接口管理

- [Apifox: API文档、调试、Mock、测试](https://www.apifox.cn/) `若全栈直接用页面测最效率`
- [ApiHub: 开放 API 共享平台](https://www.apifox.cn/apihub/) `快速跑通第三方接口` `微信 API` `Jira API` `Github API` `快递100 API` ...



# 数据库管理





# 命令行工具

- oh-my-zsh

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico">
<meta charset="UTF-8">
<!-- 主题:白色-vue -->
<link rel="stylesheet" href="https://unpkg.com/docsify/themes/vue.css">
Expand Down

0 comments on commit 6a83755

Please sign in to comment.