Skip to content

Commit

Permalink
docs: update changelog.js
Browse files Browse the repository at this point in the history
  • Loading branch information
neo committed Feb 17, 2021
1 parent 9ac03e1 commit 78d4c50
Showing 1 changed file with 5 additions and 22 deletions.
27 changes: 5 additions & 22 deletions views/changelog.js
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',
};

0 comments on commit 78d4c50

Please sign in to comment.