1.0.2 • Published 3 years ago

botconfig v1.0.2

Weekly downloads
12
License
-
Repository
-
Last release
3 years ago

myapp

Getting Started

Install dependencies,

Demo:

data: {
        botId: number,
        userId: string,
        botName?: string,
        url?: string,
        window_env?: string,
        detailStatus: boolean
    }
import React from 'react';
import { TestModel } from 'test-bot-model';
export default () => (
  <TestModel
    data={{
      botId: 50,
      userId: '0',
      detailStatus: false,
      url: 'http://172.16.246.52:32515/conversations/respond',
    }}
  />
);

More skills for writing demo: https://d.umijs.org/guide/demo-principle

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago