mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
feat: 設置了隨系統而切換淺色和深色模式後,評論和 mermaind 也會跟隨切換顏色 feat: artalk 最新評論,從 artalk 配置讀取頭像 CDN 和默認頭像 fix: 修復代碼塊在未展開時,點擊複製按鈕,無法複製的 bug improvement: 代碼和性能優化 improvement: artalk 獲取評論數,由 LoadCountWidget 改為 loadCountWidget
33 lines
789 B
JSON
33 lines
789 B
JSON
{
|
|
"name": "hexo-theme-butterfly",
|
|
"version": "4.8.5",
|
|
"description": "A Simple and Card UI Design theme for Hexo",
|
|
"main": "package.json",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"hexo",
|
|
"theme",
|
|
"butterfly",
|
|
"Card UI Design",
|
|
"Jerry",
|
|
"hexo-theme-butterfly"
|
|
],
|
|
"repository": {
|
|
"type" : "git",
|
|
"url" : "https://github.com/jerryc127/hexo-theme-butterfly.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jerryc127/hexo-theme-butterfly/issues",
|
|
"email": "my@crazywong.com"
|
|
},
|
|
"dependencies": {
|
|
"hexo-renderer-stylus": "^2.1.0",
|
|
"hexo-renderer-pug": "^3.0.0"
|
|
},
|
|
"homepage": "https://butterfly.js.org/",
|
|
"author": "Jerry <my@crazywong.com>",
|
|
"license": "Apache-2.0"
|
|
}
|