mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:46:45 +00:00
ba1cdce6e9
* feat: workbench block * feat: mobilePage * fix: update WorkbenchAction * feat: support qrcode embed in markdown and scan in mobile * fix: fix markdown button be covered problem * fix: fix unit test error * fix: fix unit test errors * refactor: use react router in qrcode scanner * feat: markdown add loading * fix: fix blank content in print page * refactor: change plugin dependencies to devDependencies * feat: add some padding in markdown editor * chore: improve some code * feat: improve code * fix: add QRCodeScanner * fix: iconColor * fix: Improve code * feat: Improve code * fix: version * chore: improve some code * chore: improve some code * fix: i18n * refactor: refact the UI of code scanner * feat: add some locale * feat: add qrbox * feat: add image upload and fix qrbox * feat: fix full screen problem * fix: fix not full screen problem * fix: add some error handling * feat: add album locale --------- Co-authored-by: chenos <chenlinxh@gmail.com>
24 lines
736 B
JSON
24 lines
736 B
JSON
{
|
|
"name": "@nocobase/plugin-block-workbench",
|
|
"version": "1.2.11-alpha",
|
|
"displayName": "Block: Workbench",
|
|
"displayName.zh-CN": "区块:工作台",
|
|
"description": "Add buttons for actions, links, etc. in the workbench block to quickly initiate actions and jump pages.",
|
|
"description.zh-CN": "在工作台区块中添加操作、链接等按钮,以便快捷发起操作和跳转页面。",
|
|
"main": "dist/server/index.js",
|
|
"peerDependencies": {
|
|
"@nocobase/client": "1.x",
|
|
"@nocobase/server": "1.x",
|
|
"@nocobase/test": "1.x"
|
|
},
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^5.x",
|
|
"antd": "^5.x",
|
|
"html5-qrcode": "^2.3.8",
|
|
"react-router-dom": "^6.x"
|
|
},
|
|
"keywords": [
|
|
"Blocks"
|
|
]
|
|
}
|