🔖 发布 v2.9.9
Showing
| { | { | ||
| "name": "Solo", | "name": "Solo", | ||
| "version": "2.9.8", | "version": "2.9.9", | ||
| "description": "A blogging system written in Java, feel free to create your or your team own blog. 一个用 Java 实现的博客系统,为你或你的团队创建个博客吧!", | "description": "A blogging system written in Java, feel free to create your or your team own blog. 一个用 Java 实现的博客系统,为你或你的团队创建个博客吧!", | ||
| "homepage": "https://github.com/b3log/solo", | "homepage": "https://github.com/b3log/solo", | ||
| "repository": { | "repository": { | ||
| ... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/b3log/solo/issues" | "url": "https://github.com/b3log/solo/issues" | ||
| }, | }, | ||
| "license": "GPLv3", | "license": "AGPLv3", | ||
| "private": true, | "private": true, | ||
| "scripts": { | "scripts": { | ||
| "dev": "gulp watch", | "dev": "gulp watch", | ||
| ... | ... |
Please register or sign in to comment