Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xu Chenxi
ygopro2
Commits
1e013256
Commit
1e013256
authored
Apr 29, 2019
by
Unicorn369
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
587ea0fa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Assets/SibylSystem/Servant.cs
Assets/SibylSystem/Servant.cs
+1
-1
No files found.
Assets/SibylSystem/Servant.cs
View file @
1e013256
...
@@ -798,7 +798,7 @@ public class Servant
...
@@ -798,7 +798,7 @@ public class Servant
UIInput
inputHttp
=
UIHelper
.
getByName
<
UIInput
>(
currentMSwindow_Face
,
"input_"
);
UIInput
inputHttp
=
UIHelper
.
getByName
<
UIInput
>(
currentMSwindow_Face
,
"input_"
);
//如果使用自定义url,而不是QQ头像,请修改url,改为:string url = inputHttp.value;
//如果使用自定义url,而不是QQ头像,请修改url,改为:string url = inputHttp.value;
string
url
=
"http://q1.qlogo.cn/headimg_dl?dst_uin="
+
inputHttp
.
value
+
"&spec=100"
;
string
url
=
"http://q1.qlogo.cn/headimg_dl?dst_uin="
+
inputHttp
.
value
+
"&spec=100"
;
string
face
=
"texture/face/"
+
nameFace
+
".jpg"
;
string
face
=
"texture
s
/face/"
+
nameFace
+
".jpg"
;
//开始下载
//开始下载
HttpDldFile
df
=
new
HttpDldFile
();
HttpDldFile
df
=
new
HttpDldFile
();
df
.
Download
(
url
,
face
);
df
.
Download
(
url
,
face
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment