Skip to content

Commit

Permalink
feat: + changelog (#2400)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv authored Jul 12, 2024
1 parent 0daf941 commit e649ee2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changeLogs/09280.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Supported Bridge feature
- Added OpenOcean and KyberSwap in Swap feature
- Introducing the "Ecology" feature
- Supported DBK Chain
- "Gas Top Up" moved under "More"
- Address QR code for receiving assets moved to the top
2 changes: 2 additions & 0 deletions changeLogs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ import version09273 from './09273.md';
import version09274 from './09274.md';
import version09276 from './09276.md';
import version09277 from './09277.md';
import version09280 from './09280.md';

const version = process.env.release || '0';
const versionMap = {
Expand Down Expand Up @@ -170,6 +171,7 @@ const versionMap = {
'0.92.74': version09274,
'0.92.76': version09276,
'0.92.77': version09277,
'0.92.80': version09280,
};
export const getUpdateContent = () => {
return versionMap[version];
Expand Down
6 changes: 6 additions & 0 deletions changeLogs/zh-CN/09280.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- 新增 Bridge 功能
- Swap 新增 OpenOcean 和 KyberSwap
- 新增 Ecology 功能
- 支持 DBK Chain
- 用于 Receive 资产的二维码已移动至钱包顶部
- “充值 Gas”功能移动至“更多”中

0 comments on commit e649ee2

Please sign in to comment.