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
b62e4748
Unverified
Commit
b62e4748
authored
Sep 26, 2018
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
💥
#12530
parent
96190120
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
5 deletions
+14
-5
src/main/java/org/b3log/solo/api/MetaWeblogAPI.java
src/main/java/org/b3log/solo/api/MetaWeblogAPI.java
+1
-4
src/main/resources/lang_en_US.properties
src/main/resources/lang_en_US.properties
+6
-0
src/main/resources/lang_zh_CN.properties
src/main/resources/lang_zh_CN.properties
+6
-0
src/main/webapp/skins
src/main/webapp/skins
+1
-1
No files found.
src/main/java/org/b3log/solo/api/MetaWeblogAPI.java
View file @
b62e4748
...
...
@@ -533,10 +533,7 @@ public class MetaWeblogAPI {
stringBuilder
.
append
(
"<member><name>description</name>"
).
append
(
"<value>"
).
append
(
tagTitle
).
append
(
"</value></member>"
);
stringBuilder
.
append
(
"<member><name>title</name>"
).
append
(
"<value>"
).
append
(
tagTitle
).
append
(
"</value></member>"
);
stringBuilder
.
append
(
"<member><name>categoryid</name>"
).
append
(
"<value>"
).
append
(
tagId
).
append
(
"</value></member>"
);
stringBuilder
.
append
(
"<member><name>htmlUrl</name>"
).
append
(
"<value>"
).
append
(
Latkes
.
getServePath
()).
append
(
"/tags/"
).
append
(
tagTitle
).
append
(
"</value></member>"
);
stringBuilder
.
append
(
"<member><name>rsslUrl</name>"
).
append
(
"<value>"
).
append
(
Latkes
.
getServePath
()).
append
(
"/tag-articles-rss.do?oId="
).
append
(
tagId
).
append
(
"</value></member>"
);
stringBuilder
.
append
(
"<member><name>htmlUrl</name>"
).
append
(
"<value>"
).
append
(
Latkes
.
getServePath
()).
append
(
"/tags/"
).
append
(
tagTitle
).
append
(
"</value></member>"
);
stringBuilder
.
append
(
"</struct></value>"
);
}
...
...
src/main/resources/lang_en_US.properties
View file @
b62e4748
...
...
@@ -24,6 +24,12 @@
# Author: Dongxu Wang
#
cntLabel
=
reply1Label
=
Reply
nextArticleLabel
=
Next Article
onlineVisitorLabel
=
Online
cntMonthLabel
=
Month
cntArticleLabel
=
Article
useGitHubAccountLoginLabel
=
Use GitHub account
useLocalAccountLabel
=
Use local account
chageLabel
=
Change
...
...
src/main/resources/lang_zh_CN.properties
View file @
b62e4748
...
...
@@ -24,6 +24,12 @@
# Author: Dongxu Wang
#
cntLabel
=
\u
4E2A
reply1Label
=
\u
56DE
\u
590D
nextArticleLabel
=
\u
4E0B
\u
4E00
\u
7BC7
onlineVisitorLabel
=
\u
5F53
\u
524D
\u
8BBF
\u
5BA2
cntMonthLabel
=
\u
4E2A
\u6708
cntArticleLabel
=
\u
7BC7
\u6587\u
7AE0
useGitHubAccountLoginLabel
=
\u
4F7F
\u7528
GitHub
\u
8D26
\u
53F7
\u
767B
\u
5F55
useLocalAccountLabel
=
\u
4F7F
\u7528\u
672C
\u5730\u
8D26
\u
53F7
chageLabel
=
\u
66F4
\u6362
...
...
skins
@
98211052
Subproject commit
f197f14243b60c389a334fa39dabd563ea6e039a
Subproject commit
982110525f6206c41045dd758d72f9263e9822fe
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