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
bba239d3
Unverified
Commit
bba239d3
authored
Oct 23, 2019
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
#12861 数据结构
parent
d378f601
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
src/main/java/org/b3log/solo/model/Link.java
src/main/java/org/b3log/solo/model/Link.java
+6
-1
src/main/resources/repository.json
src/main/resources/repository.json
+7
-1
No files found.
src/main/java/org/b3log/solo/model/Link.java
View file @
bba239d3
...
...
@@ -21,7 +21,7 @@ package org.b3log.solo.model;
* This class defines all link model relevant keys.
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.
0.0.2, Oct 31, 2011
* @version 1.
1.0.0, Oct 23, 2019
* @since 0.3.1
*/
public
final
class
Link
{
...
...
@@ -51,6 +51,11 @@ public final class Link {
*/
public
static
final
String
LINK_DESCRIPTION
=
"linkDescription"
;
/**
* Key of icon URL.
*/
public
static
final
String
LINK_ICON
=
"linkIcon"
;
/**
* Key of order.
*/
...
...
src/main/resources/repository.json
View file @
bba239d3
{
"description"
:
"Description of repository structures, for generation of the relational database table and persistence validation."
,
"version"
:
"3.2.1.
7, Apr 19
, 2019"
,
"version"
:
"3.2.1.
8, Oct 23
, 2019"
,
"authors"
:
[
"Liang Ding"
],
...
...
@@ -210,6 +210,12 @@
"description"
:
"链接标题"
,
"type"
:
"String"
,
"length"
:
255
},
{
"name"
:
"linkIcon"
,
"description"
:
"链接图标链接地址"
,
"type"
:
"String"
,
"length"
:
255
}
]
},
...
...
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