-
-
Notifications
You must be signed in to change notification settings - Fork 685
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
Showing
13 changed files
with
605 additions
and
452 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
packages/next-web/components/Icon/index.tsx → ...es/next-web/components/IconWrap/index.tsx
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
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,8 +1,12 @@ | ||
/*eslint-disable*/ | ||
module.exports = { | ||
messages: { | ||
搜索: "Search", | ||
新建应用: "New Application", | ||
函数列表: "Functions", | ||
Search: "Search", | ||
NewApplication: "New Application", | ||
FunctionList: "FunctionList", | ||
DependenceName: "Name", | ||
DependenceVersion: "Version", | ||
Confirm: "Confirm", | ||
Cancel: "Cancel", | ||
}, | ||
}; |
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,8 +1,13 @@ | ||
/*eslint-disable*/ | ||
module.exports = { | ||
messages: { | ||
搜索: "搜索", | ||
新建应用: "新建应用", | ||
函数列表: "函数列表", | ||
Search: "搜索", | ||
NewApplication: "新建应用", | ||
FunctionList: "函数列表", | ||
DependenceTitle: "添加依赖", | ||
DependenceName: "依赖包名", | ||
DependenceVersion: "依赖版本", | ||
Confirm: "确定", | ||
Cancel: "取消", | ||
}, | ||
}; |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
Oops, something went wrong.