Skip to content

Commit

Permalink
feat: + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv committed Dec 6, 2024
1 parent 1021612 commit 14c53f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changeLogs/0933.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Enhanced the custom network experience
2 changes: 2 additions & 0 deletions changeLogs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ import version09295 from './09295.md';
import version09296 from './09296.md';
import version09298 from './09298.md';
import version0931 from './0931.md';
import version0933 from './0933.md';

const version = process.env.release || '0';
const versionMap = {
Expand Down Expand Up @@ -196,6 +197,7 @@ const versionMap = {
'0.92.96': version09296,
'0.92.98': version09298,
'0.93.1': version0931,
'0.93.3': version0933,
};
export const getUpdateContent = () => {
return versionMap[version];
Expand Down
1 change: 1 addition & 0 deletions changeLogs/zh-CN/0933.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- 优化使用自定义网络的体验

0 comments on commit 14c53f4

Please sign in to comment.