Commit bba239d3 authored by Liang Ding's avatar Liang Ding

#12861 数据结构

parent d378f601
...@@ -21,7 +21,7 @@ package org.b3log.solo.model; ...@@ -21,7 +21,7 @@ package org.b3log.solo.model;
* This class defines all link model relevant keys. * This class defines all link model relevant keys.
* *
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @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 * @since 0.3.1
*/ */
public final class Link { public final class Link {
...@@ -51,6 +51,11 @@ public final class Link { ...@@ -51,6 +51,11 @@ public final class Link {
*/ */
public static final String LINK_DESCRIPTION = "linkDescription"; public static final String LINK_DESCRIPTION = "linkDescription";
/**
* Key of icon URL.
*/
public static final String LINK_ICON = "linkIcon";
/** /**
* Key of order. * Key of order.
*/ */
......
{ {
"description": "Description of repository structures, for generation of the relational database table and persistence validation.", "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": [ "authors": [
"Liang Ding" "Liang Ding"
], ],
...@@ -210,6 +210,12 @@ ...@@ -210,6 +210,12 @@
"description": "链接标题", "description": "链接标题",
"type": "String", "type": "String",
"length": 255 "length": 255
},
{
"name": "linkIcon",
"description": "链接图标链接地址",
"type": "String",
"length": 255
} }
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment