kintone側実装

This commit is contained in:
2025-01-22 19:37:05 +09:00
parent d0ce7b8349
commit 28abd8d232
6 changed files with 2465 additions and 24 deletions

View File

@@ -5,6 +5,7 @@
"type": "APP",
"desktop": {
"js": [
"js/kuc.min.js",
"js/desktop.js"
],
"css": [
@@ -16,14 +17,14 @@
"config": {
"html": "html/config.html",
"js": [
"js/config.js"
"js/config.js"
],
"css": [
"css/51-modern-default.css",
"css/config.css"
],
"required_params": [
"message"
"buttonName"
]
},
"name": {
@@ -36,6 +37,7 @@
},
"mobile": {
"js": [
"js/kuc.min.js",
"js/mobile.js"
],
"css": [