Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
郭有超
/
SSdk
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e7988c4e
authored
Dec 10, 2019
by
郭有超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
1 parent
414b02d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
cocos-creator-ssdk-ts/Readme.txt
cocos-creator-ssdk-ts/Readme.txt
View file @
e7988c4
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
使用步骤:
使用步骤:
第一步: 导入sdk
第一步: 导入sdk
1): 将
sdk目录下 ssdk.cocos-creator.js 放到自己的目录 并使用 require
1): 将
cocos-creator-ssdk-ts目录下word.ts 和SSdk.ts 放到自己的目录 并使用
例子:
window.ssdk = require("ssdk.cocos-creator.js");
例子:
import ssdk from "./SSdk" 导入
第二步: 开启敏感词库 并初始化(开启要在初始化之前)
第二步: 开启敏感词库 并初始化(开启要在初始化之前)
2): 开启敏感词检测. 例: ssdk.set_open_check(true)
2): 开启敏感词检测. 例: ssdk.set_open_check(true)
...
@@ -16,9 +16,9 @@
...
@@ -16,9 +16,9 @@
第三步: 使用check来检测并返回check后的字符串
第三步: 使用check来检测并返回check后的字符串
5): ssdk.check(content = "需要检测的字符串" , replace = "替换成的字符串")
5): ssdk.check(content = "需要检测的字符串" , replace = "替换成的字符串")
6): ssdk.had_ss_word("香港香港牛魔王管家婆彩图i香港牛魔王管家婆彩图i","*"); 返回true
注意: 没有开启敏感词库的话 通过check方法将返回原本的content内容 可以安装 uglifyjs 下来直接进行修改打包
__________________________________________________________________
__________________________________________________________________
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment