20241113-a

This commit is contained in:
unknown
2024-11-13 09:05:45 +08:00
commit 3bcaa20bc4
186 changed files with 100169 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
const schema = {
body: [{ type: 'html', html: '<h1>人脸考勤使用说明</h1>' }],
type: 'page',
title: '人脸考勤使用说明',
toolbar: [
{
type: 'button',
label: '下载客户端',
level: 'success',
blank: true,
onEvent: {
click: {
actions: [
{
args: {
url: '/download/faceApp.zip',
},
actionType: 'url',
},
],
weight: 0,
},
},
},
],
};
export { schema };