-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
neo
committed
Apr 8, 2021
1 parent
f4c5985
commit b019acc
Showing
1 changed file
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,23 @@ | ||
export default { | ||
feature: [], | ||
feature: [ | ||
{ | ||
text: { | ||
en: 'Download acceleration for GitHub clone、releases、tags', | ||
zh_CN: 'GitHub支持clone和releases页面下载加速', | ||
}, | ||
description: { | ||
en: 'see "GitHub download acceleration" in extension options,Only required by users in China', | ||
zh_CN: '请看扩展的"选项=>GitHub下载加速"配置', | ||
}, | ||
}, | ||
], | ||
fix: [ | ||
{ | ||
text: { | ||
en: 'Avoid multi-file downloaded by one click', | ||
zh_CN: '修复某些情况下同时下载多个文件的问题', | ||
en: 'Use default branch when viewing releases or tags', | ||
zh_CN: 'releases和tags界面使用项目默认分支', | ||
}, | ||
}, | ||
], | ||
version: '1.12.2', | ||
version: '1.13.0', | ||
}; |