diff options
author | Unknwon <u@gogs.io> | 2015-08-12 02:38:46 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-12 02:38:46 +0800 |
commit | 6ed85a8945feadc32372dc00d759fdbab4ac3c9f (patch) | |
tree | 3b7403d9741c1d2250ccc3b29b3cc96cfece7e6f | |
parent | 496a65ed296c1ddab59f099933bd1addddf45762 (diff) | |
download | gitea-6ed85a8945feadc32372dc00d759fdbab4ac3c9f.tar.gz gitea-6ed85a8945feadc32372dc00d759fdbab4ac3c9f.zip |
update README
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | README_ZH.md | 12 |
2 files changed, 10 insertions, 14 deletions
@@ -57,17 +57,15 @@ The goal of this project is to make the easiest, fastest, and most painless way ## Browser Support -According to [Semantic UI](https://github.com/Semantic-Org/Semantic-UI/tree/1.x): +According to [Semantic UI](https://github.com/Semantic-Org/Semantic-UI): -- Last 2 Versions FF, Chrome, IE 10+ -- Safari 6 -- IE 9+ (Browser prefix only) +- Last 2 Versions FF, Chrome, IE 10+, Safari Mac +- IE 10+ - Android 4 -- Blackberry 10 -Browser prefixes are present for Internet Explorer 9, but the browser is not officially supported. +Some components will work in IE 9, but the browser is not officially supported. -The official support minimal size is 1024*768, UI may still looks right in smaller size but no promises and fixes. +The official support minimal size is **1024*768**, UI may still looks right in smaller size but no promises and fixes. ## Installation diff --git a/README_ZH.md b/README_ZH.md index d28ba7e439..8f13e1f383 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -40,17 +40,15 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自 ## 浏览器支持 -根据 [Semantic UI](https://github.com/Semantic-Org/Semantic-UI/tree/1.x) 的要求: +根据 [Semantic UI](https://github.com/Semantic-Org/Semantic-UI) 的要求: -- 最新两版的 FF、Chrome 和 IE 10+ -- Safari 6 -- IE 9+ (仅限浏览器前缀) +- 最新两版的 FF、Chrome、IE 10+ 和 Safari Mac +- IE 10+ - Android 4 -- Blackberry 10 -尽管已经使用了 Internet Explorer 9 的浏览器前缀,但该版本的浏览器被没有被正式支持。 +尽管一些组件可以在 IE 9 下使用,但该版本的浏览器被没有被正式支持。 -官方支持的最小 UI 尺寸为 1024*768,UI 不一定会在更小尺寸的设备上被破坏,但我们无法保证且不会修复。 +官方支持的最小 UI 尺寸为 **1024*768**,UI 不一定会在更小尺寸的设备上被破坏,但我们无法保证且不会修复。 ## 安装部署 |