Add avatar property in ThemeProperty#Author

pull/146/head
johnniang 2019-04-13 00:20:17 +08:00
parent 028b2b423f
commit b138c2f820
1 changed files with 5 additions and 0 deletions

View File

@ -78,5 +78,10 @@ public class ThemeProperty {
* Author website. * Author website.
*/ */
private String website; private String website;
/**
* Author avatar.
*/
private String avatar;
} }
} }