@univerjs-pro/license
本 API 页面目前提供英文正文。代码签名与标识符不随界面语言变化。
License management plugin and services for Web SDK.
TypeScript
import { UniverLicensePlugin } from '@univerjs-pro/license'univer.registerPlugin(UniverLicensePlugin, { license: 'YOUR_LICENSE_KEY',})Replace YOUR_LICENSE_KEY with the license issued for your deployment.
IUniverLicenseInputConfig
TypeScript
export interface IUniverLicenseInputConfig { license?: string}IUniverLicenseConfig
TypeScript
export interface IUniverLicenseConfig { ls?: string pbk?: string stv?: boolean}你觉得这篇文档如何?