Commit f1ab0f90 by 郭有超

fix bug

1 parent 3ecaa715
Showing with 1 additions and 1 deletions
......@@ -15,7 +15,7 @@
4): 初始化SDK. 例: ssdk.init()
第三步: 使用check来检测并返回check后的字符串
5): check(content = "需要检测的字符串" , replace = "替换成的字符串")
5): ssdk.check(content = "需要检测的字符串" , replace = "替换成的字符串")
注意: 没有开启敏感词库的话 通过check方法将返回原本的content内容 可以安装 uglifyjs 下来直接进行修改打包
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!