docs: 提示文案修改

This commit is contained in:
wenbo.dong 2017-10-13 16:09:07 +08:00
parent 6acea7033e
commit b9e0abccf0

View File

@ -19,7 +19,7 @@ const alertContent = () => {
const ua = window.navigator.userAgent,
isChrome = ua.indexOf("Chrome") && window.chrome;
if (!isChrome) {
return <Alert style={{zIndex: 99}} message={'YApi 的插件、接口测试等功能仅支持 Chrome 浏览器,请使用 Chrome 浏览器获得完整功能。'} banner closable />
return <Alert style={{zIndex: 99}} message={'YApi 的接口测试等功能仅支持 Chrome 浏览器,请使用 Chrome 浏览器获得完整功能。'} banner closable />
}
}