add license check for desktop/mobile

This commit is contained in:
2025-10-21 15:19:43 +08:00
parent 2472f7bcf9
commit 6649680296
14 changed files with 1008 additions and 96 deletions

View File

@@ -214,9 +214,8 @@ desktop/mobile 的 js 会被 `vite` 使用 `lib` 模式打包,从而将所有
在 desktop/mobile直接使用
```ts
import { KintoneRestAPIClient } from '@kintone/rest-api-client';
import client from '@/plugins/kintoneClient.ts'
const client = new KintoneRestAPIClient();
client.app...
```