Skip to content

Commit

Permalink
修正错误的版本号,修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieHz committed Feb 6, 2024
1 parent eacddb9 commit 446693d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ The script is used to automatically get the favicon

## 使用说明

1. 通过二进制文件运行
1. 通过二进制文件运行
[releases](https://github.com/HowieHz/get_favicon/releases)获取最新的二进制文件

2. 通过源码运行
下载python版本应>3.10
下载最新源码
运行脚本`src/main.py`
2. 通过源码运行
下载python版本应>3.10
下载最新源码
运行脚本`src/main.py`

第一次运行会在运行所在目录下生成links.txt,在其中放置你要获取favicon的网站
以下形式都是允许的:
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import Union
from api import api_interface, append_char_api, getfavicon_api, google_api, html_parser_api, iowen_api

version = 'v1.2.0'
version = 'v1.1.0'

print(f'自动下载favicon工具 版本{version}')

Expand Down

0 comments on commit 446693d

Please sign in to comment.