-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add the page of release notes (#559)
* feat: init release page * feat: tewak the release notes page * chore: add mult-language for the release notes
- Loading branch information
1 parent
3d3fbc2
commit 9deebc1
Showing
22 changed files
with
392 additions
and
204 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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
export default { | ||
page: { | ||
zuiXinChanPinXin: | ||
'Get the latest product news to stay updated when new features are released', | ||
guanZhu: 'Follow', | ||
xiaoMaoMiJiQi: | ||
'The Little Kitty robot made its debut at the Shanghai Bund Conference, supporting the open-source community with Q&A scenarios', | ||
waiTanDaHuiShou: 'First release at the Bund Conference', | ||
quanLianLuGuoJi: | ||
'Full-link internationalization support, added mobile adaptation for the official website, and productization of multi-platform integration links', | ||
guoJiHuaZhiChi: 'Internationalization Support', | ||
}, | ||
}; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
export default { | ||
page: { | ||
zuiXinChanPinXin: | ||
'新しい機能がリリースされたときに最新情報を取得するための最新の製品ニュース', | ||
guanZhu: 'フォロー', | ||
xiaoMaoMiJiQi: | ||
'子猫ロボットが上海外灘カンファレンスで初登場し、オープンソースコミュニティのQ&Aシナリオを支援', | ||
waiTanDaHuiShou: '外灘カンファレンスで初公開', | ||
quanLianLuGuoJi: | ||
'フルリンク国際化サポート、公式サイトのモバイル端末対応を追加し、マルチプラットフォーム統合リンクの製品化', | ||
guoJiHuaZhiChi: '国際化サポート', | ||
}, | ||
}; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
export default { | ||
page: { | ||
zuiXinChanPinXin: | ||
'새로운 기능이 출시될 때 최신 정보를 얻을 수 있는 최신 제품 뉴스', | ||
guanZhu: '팔로우', | ||
xiaoMaoMiJiQi: | ||
'작은 고양이 로봇이 상하이 와이탄 컨퍼런스에서 처음으로 모습을 드러내며 오픈 소스 커뮤니티의 Q&A 시나리오를 지원', | ||
waiTanDaHuiShou: '와이탄 컨퍼런스에서 최초 공개', | ||
quanLianLuGuoJi: | ||
'전체 링크 국제화 지원, 공식 웹사이트의 모바일 버전 지원 추가, 다중 플랫폼 통합 링크 제품화', | ||
guoJiHuaZhiChi: '국제화 지원', | ||
}, | ||
}; |
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,13 +1,18 @@ | ||
import components from './components'; | ||
import release from './release'; | ||
import DeployBotModal from './DeployBotModal'; | ||
import edit from './edit'; | ||
import utils from './utils'; | ||
import app from './app'; | ||
|
||
export default Object.assign({}, { | ||
components, | ||
app, | ||
utils, | ||
edit, | ||
DeployBotModal, | ||
}); | ||
export default Object.assign( | ||
{}, | ||
{ | ||
components, | ||
app, | ||
utils, | ||
edit, | ||
DeployBotModal, | ||
release, | ||
}, | ||
); |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
export default { | ||
page: { | ||
zuiXinChanPinXin: '最新产品新闻, 以便在新版能力发布时获取最新信息', | ||
guanZhu: '关注', | ||
xiaoMaoMiJiQi: '小猫咪机器人首次亮相上海外滩大会,助力开源社区答疑场景', | ||
waiTanDaHuiShou: '外滩大会首次发布', | ||
quanLianLuGuoJi: | ||
'全链路国际化支持,增加官网移动端适配,多平台集成链路产品化', | ||
guoJiHuaZhiChi: '国际化支持', | ||
}, | ||
}; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
export default { | ||
page: { | ||
zuiXinChanPinXin: '最新產品新聞,以便在新版能力發布時獲取最新信息', | ||
guanZhu: '關注', | ||
xiaoMaoMiJiQi: '小貓咪機器人首次亮相上海外灘大會,助力開源社區答疑場景', | ||
waiTanDaHuiShou: '外灘大會首次發布', | ||
quanLianLuGuoJi: | ||
'全鏈路國際化支持,增加官網移動端適配,多平台集成鏈路產品化', | ||
guoJiHuaZhiChi: '國際化支持', | ||
}, | ||
}; |
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.