Skip to content

Commit

Permalink
Add icon (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
yumiguan committed Jul 14, 2021
1 parent 2dc1981 commit 2e0d3bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lyrebird_api_coverage/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
manifest(
id='api_coverage',
name='APICoverage',
icon='mdi-google-analytics',
api=[
# 获取内存里保存的测试结果API
('/api/getTest', api.get_test_data),
Expand Down
2 changes: 1 addition & 1 deletion lyrebird_api_coverage/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
IVERSION = (0, 3, 1)
IVERSION = (0, 3, 2)
VERSION = ".".join(str(i) for i in IVERSION)

0 comments on commit 2e0d3bf

Please sign in to comment.