複数チェック追加

This commit is contained in:
2025-01-31 17:09:21 +09:00
parent c585013611
commit a3595b1368
7 changed files with 121 additions and 25 deletions

View File

@@ -26,6 +26,9 @@ function replaceKucTagsPlugin() {
const keyPascal = key.split('-')
.map(word => word.charAt(0).toUpperCase() + word.slice(1))
.join('');
if(key==='multi-choice'){
key='multichoice';
}
importScript += `import * as Kuc${keyPascal} from "kintone-ui-component/lib/${key}";`
});
importScript += '</script>';