소스 검색

update README.md

Signed-off-by: Gerald <gera2ld@163.com>
Gerald 10 년 전
부모
커밋
1a11e32f04
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      README.md

+ 5 - 2
README.md

@@ -36,6 +36,9 @@ duoshuoQuery中可以定义`myIds`和`getUAString`函数:
 1. dist/duoshuo-ua-with-css.min.js是压缩后的代码,集成了CSS,无需单独加载CSS文件,如需自定义,请使用未压缩版本。
 1. 此版本使用`Object.defineProperty`,仅支持IE9+。
 
-效果可参见:<http://geraldl.net/about>
+效果可参见:
 
-如果要求更高一点可以使用<https://github.com/faisalman/ua-parser-js>来进行UA解析。
+1. 我的网站:<http://geraldl.net/about>
+1. 在线工具:<http://www.atool.org>
+
+如果对UA解析要求更高一点可以使用<https://github.com/faisalman/ua-parser-js>。