Skip to content

Commit

Permalink
feat: add sketchpad tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 4, 2022
1 parent 477f426 commit 3aa17c2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/public/locales/cn/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@
"about": "随着时间的推移绘制您的 git 存储库星星",
"label": "Star Chart"
},
"sketchpad": {
"about": "Free online drawing application",
"label": "Sketchpad"
},
"UIColor": {
"about": "将 HEX 和 RGB 颜色转换为 Objective C 和 Swift 的 UIColor/NSColor/Color。",
"label": "UI Color"
Expand Down
4 changes: 4 additions & 0 deletions website/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@
"about": "Plot your repository stars over time.",
"label": "Star Chart"
},
"sketchpad": {
"about": "Free online drawing application",
"label": "Sketchpad"
},
"UIColor": {
"about": "Converting HEX & RGB colors to UIColor/NSColor/Color for both Objective C & Swift.",
"label": "UI Color"
Expand Down
Binary file added website/public/logo/sketchpad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions website/src/menus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,12 @@ export function useMenus() {
about: t('menu.StarChart.about'),
label: t('menu.StarChart.label'),
},
{
href: 'https://sketchpad.app/',
logo: 'sketchpad.png',
about: t('menu.sketchpad.about'),
label: t('menu.sketchpad.label'),
},
{
href: 'https://uiwjs.github.io/ui-color/',
about: t('menu.UIColor.about'),
Expand Down

0 comments on commit 3aa17c2

Please sign in to comment.