import * as React from 'react'; import { Icon } from 'antd'; export class WelcomePanel extends React.Component{ constructor(props, context) { super(props, context); } render() { console.log("height:",this.props.height) return (
最近打开项目
《飞行游戏》
《塔防游戏》
《小鸟飞呀飞》
《歪星人》
《异性往哪儿跑》
《邀请函》
《新塔防》
《愤怒的歪星人》
Lakeshore论坛
); } }