Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
a883eeeb
Unverified
Commit
a883eeeb
authored
Feb 10, 2019
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
上传凭证
parent
69ef5464
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
src/main/java/org/b3log/solo/processor/console/AdminConsole.java
...n/java/org/b3log/solo/processor/console/AdminConsole.java
+1
-1
src/main/resources/lang_en_US.properties
src/main/resources/lang_en_US.properties
+1
-0
src/main/resources/lang_zh_CN.properties
src/main/resources/lang_zh_CN.properties
+1
-0
src/main/webapp/skins
src/main/webapp/skins
+1
-1
No files found.
src/main/java/org/b3log/solo/processor/console/AdminConsole.java
View file @
a883eeeb
...
...
@@ -163,7 +163,7 @@ public class AdminConsole {
// 内置 HTTPS+CDN 文件存储 https://github.com/b3log/solo/issues/12556
dataModel
.
put
(
Common
.
UPLOAD_TOKEN
,
""
);
dataModel
.
put
(
Common
.
UPLOAD_URL
,
""
);
dataModel
.
put
(
Common
.
UPLOAD_MSG
,
""
);
dataModel
.
put
(
Common
.
UPLOAD_MSG
,
langPropsService
.
get
(
"getUploadTokenErrLabel"
)
);
final
JSONObject
upload
=
Solos
.
getUploadToken
(
context
);
if
(
null
!=
upload
)
{
dataModel
.
put
(
Common
.
UPLOAD_TOKEN
,
upload
.
optString
(
Common
.
UPLOAD_TOKEN
));
...
...
src/main/resources/lang_en_US.properties
View file @
a883eeeb
...
...
@@ -24,6 +24,7 @@
# Author: Dongxu Wang
#
getUploadTokenErrLabel
=
Get community file storage service upload token failed
startToUseLabel
=
Start
clearTagLabel
=
Clear tag
exportDataLabel
=
Export data
...
...
src/main/resources/lang_zh_CN.properties
View file @
a883eeeb
...
...
@@ -24,6 +24,7 @@
# Author: Dongxu Wang
#
getUploadTokenErrLabel
=
\u
83B7
\u
53D6
\u
793E
\u
533A
\u6587\u
4EF6
\u
5B58
\u
50A8
\u
670D
\u
52A1
\u
4E0A
\u
4F20
\u
51ED
\u
8BC1
\u
5F02
\u
5E38
startToUseLabel
=
\u
5F00
\u
59CB
\u
4F7F
\u7528
clearTagLabel
=
\u6807\u
7B7E
\u
6E05
\u7406
exportDataLabel
=
\u6570\u
636E
\u
5BFC
\u
51FA
...
...
skins
@
bb908f19
Subproject commit
2248d25866e509e090ab43c4a653f9646419d376
Subproject commit
bb908f197414ccdff6c24ed282ccc018efd5cebc
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