-
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
Feb 17, 2021
1 parent
9ac03e1
commit 78d4c50
Showing
1 changed file
with
5 additions
and
22 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,29 +1,12 @@ | ||
export default { | ||
feature: [ | ||
feature: [], | ||
fix: [ | ||
{ | ||
text: { | ||
en: 'Update GitHub dark mode style', | ||
zh_CN: '更新黑暗模式样式', | ||
en: 'Fix GM svg file size problem.', | ||
zh_CN: '修复GM图标尺寸过大显示问题', | ||
}, | ||
}, | ||
{ | ||
text: { | ||
en: 'Add option for official dark mode', | ||
zh_CN: '为GitHub官方黑暗模式添加配置按钮', | ||
}, | ||
description: { | ||
en: 'see "Extension DarkMode" in Settings', | ||
zh_CN: '请看"设置=>内置黑暗模式"', | ||
}, | ||
}, | ||
{ | ||
text: { | ||
en: 'Load entry tree for Gitee again', | ||
zh_CN: 'Gitee再次启用完整加载,停止强制懒加载', | ||
}, | ||
description: {}, | ||
}, | ||
], | ||
fix: [], | ||
version: '1.11.6', | ||
version: '1.12.1', | ||
}; |