add global config

This commit is contained in:
2025-11-03 10:24:13 +08:00
parent 393c637163
commit 52b198385e
4 changed files with 74 additions and 15 deletions

19
src/config.json Normal file
View File

@@ -0,0 +1,19 @@
{
"license": {
"enabled": true,
"api": {
"checkUrl": "https://kintone.alicorns.co.jp/api/license/check",
"pluginKey": "kintone-vue-template"
},
"purchase": {
"url": "https://alisurvey.alicorns.co.jp/s/Iuc5RxZv",
"formIds": {
"name": "input1761283314263",
"email": "input1761283275767",
"domain": "input1761283180784",
"pluginId": "input1761283200616"
}
},
"warningDaysBeforeExpiry": 7
}
}