fix: fix misused doc urls

This commit is contained in:
JackLian 2022-06-13 15:41:24 +08:00 committed by 絮黎
parent fc5fbc63a0
commit 16a8857863
4 changed files with 4 additions and 9 deletions

View File

@ -131,8 +131,6 @@ export interface EngineOptions {
/**
* @todo designMode
*
* @see https://yuque.antfin.com/ali-lowcode/docs/hk2ogo#designMode
*
* live 'design'
*/
designMode?: 'design' | 'live';

View File

@ -148,9 +148,6 @@ export interface IBaseRendererProps {
__host?: BuiltinSimulatorHost;
__container?: any;
config?: Record<string, any>;
/**
* @see https://yuque.antfin.com/ali-lowcode/docs/hk2ogo#designMode
*/
designMode?: 'live' | 'design';
className?: string;
style?: CSSProperties;

View File

@ -136,7 +136,7 @@ export interface ContainerSchema extends NodeSchema {
/**
*
* @see https://yuque.antfin-inc.com/mo/spec/spec-low-code-building-schema#XMeF5
* @see https://lowcode-engine.cn/lowcode
*/
export interface PageSchema extends ContainerSchema {
componentName: 'Page';
@ -144,7 +144,7 @@ export interface PageSchema extends ContainerSchema {
/**
*
* @see https://yuque.antfin-inc.com/mo/spec/spec-low-code-building-schema#XMeF5
* @see https://lowcode-engine.cn/lowcode
*/
export interface ComponentSchema extends ContainerSchema {
componentName: 'Component';
@ -152,7 +152,7 @@ export interface ComponentSchema extends ContainerSchema {
/**
*
* @see https://yuque.antfin-inc.com/mo/spec/spec-low-code-building-schema#XMeF5
* @see https://lowcode-engine.cn/lowcode
*/
export interface BlockSchema extends ContainerSchema {
componentName: 'Block';

View File

@ -27,7 +27,7 @@ export interface JSExpression {
/**
*
* @see https://yuque.antfin-inc.com/mo/spec/spec-low-code-building-schema#feHTW
* @see https://lowcode-engine.cn/lowcode
*
* ( React / ) binding this
*/