import React from 'react' import styles from './index.less' import * as ycore from 'ycore' import * as antd from 'antd' export default class App_About extends React.Component { DetectNoNStableBuild() { if (ycore.package_json.DevBuild == false) { return Stable } else { return No Stable } } render() { return (

{ycore.AppInfo.name}

{ycore.UUAID}
v{ycore.AppInfo.version} {ycore.AppInfo.stage} {this.DetectNoNStableBuild()}
) } }