/** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) * Released under the AGPL-3.0 License. */ import React from 'react'; import { Tooltip } from 'antd'; const Tips1 = ( 内置全局变量 ) const Tips2 = ( 配置中心的配置变量 ) export default ( 可使用 {Tips1} 和 {Tips2} )