iot-manage-dashboard/packages/business/layouts/src/widgets/lock-screen/index.ts
Laychen 06f5d5686d
feat: add the ability to lock the screen (#30)
* feat: 锁屏功能

* feat: 锁屏样式调整

* feat: complete the lock-screen screen and support shortcut keys and preference configuration

---------

Co-authored-by: vince <vince292007@gmail.com>
2024-07-12 12:14:09 +08:00

3 lines
129 B
TypeScript

export { default as LockScreen } from './lock-screen.vue';
export { default as LockScreenModal } from './lock-screen-modal.vue';