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 2ed54415
authored
Dec 12, 2019
by
郭有超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改creator请求字库的请求方式
1 parent
63a2296b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
cocos-creator-ssdk-ts/SSdk.ts
cocos-creator-ssdk-ts/SSdk.ts
View file @
2ed5441
...
...
@@ -25,6 +25,9 @@ class SSdk{
/**@description 数据校验的md5 */
_s_md5
:
string
=
""
;
/**@description 下载文件失败的重试次数 */
max_retry_count
:
number
=
3
;
/**@description 缓存已经验证过的文本 */
_had_ver
:
any
=
{};
...
...
@@ -34,7 +37,7 @@ class SSdk{
}
/**@description 设置md5 */
public
set_s_md5
(
_s_md5
)
{
public
set_s_md5
(
_s_md5
)
{
this
.
_s_md5
=
_s_md5
;
}
...
...
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