diff --git a/README.CN.md b/README.CN.md index 0ed26c9c4..488f700a9 100644 --- a/README.CN.md +++ b/README.CN.md @@ -731,6 +731,10 @@ Omi 4.0+ works in the latest two versions of all major browsers: Safari 10+, IE [→ polyfills](https://github.com/webcomponents/webcomponentsjs) +```html + +``` + > 如果你想兼容IE11,使用[→ 这个项目](https://github.com/Tencent/omi/tree/master/packages/omi-ie11)的 Omi 文件,这个项目使用 JSON Diff 和 定时器 代替 Proxy。 > 你可以在 IE9 的环境动态加载这个项目的 js,其他环境依旧使用 proxy 版本。 diff --git a/README.KR.md b/README.KR.md index b961a2271..7a441fb73 100644 --- a/README.KR.md +++ b/README.KR.md @@ -712,6 +712,10 @@ Omi 4.0+ 부터 주요 브라우저(Safari 10+, IE 11+, Chrome, Firefox, Edge) [→ Polyfills](https://github.com/webcomponents/webcomponentsjs) +```html + +``` + > 만약 IE11과 호환하기를 원한다면, [→ this project](https://github.com/Tencent/omi/tree/master/packages/omi-ie11) 의 Omi 파일을 사용하세요. 이 프로젝트는 Proxy 대신에 JSON DIFF 와 Timer를 사용합니다. > 당신은 IE11 환경에서 동적으로 이 프로젝트의 JS를 로드할 수 있습니다. 그리고 Proxy 버전은 여전히 다른 환경을 사용합니다. diff --git a/README.md b/README.md index 9b3f9ae09..0fb2f0d40 100644 --- a/README.md +++ b/README.md @@ -730,6 +730,10 @@ Omi 4.0+ works in the latest two versions of all major browsers: Safari 10+, IE [→ Polyfills](https://github.com/webcomponents/webcomponentsjs) +```html + +``` + > If you want to be compatible with IE11, use the Omi file of [→ this project](https://github.com/Tencent/omi/tree/master/packages/omi-ie11). This project uses JSON Diff + Timer instead of Proxy. > You can dynamically load the JS of this project in the IE11 environment, and the proxy version is still used in other environments.