add mobile

This commit is contained in:
2025-02-17 23:14:19 +08:00
parent ccaa46ff93
commit fa3b57dd17
10 changed files with 425 additions and 3 deletions

View File

@@ -0,0 +1,21 @@
(function () {
"use strict";
addApproveFlowAction(true);
kintone.events.on("mobile.app.record.index.show", (event) => {
const headerSpace = getHeaderSpace('single-label-line');
// if (event.viewId === APP_ENV.view.linkFor0to1) {
// Link1Handler.getInstance(headerSpace);
// return event;
// }
// if (event.viewId === APP_ENV.view.linkForOthers) {
// Link2Handler.getInstance(headerSpace);
// return event;
// }
// BatchCreateHandler.getInstance(headerSpace);
});
})();