diff --git a/.github/README_Sillot_Docker.md b/.github/README_Sillot_Docker.md
deleted file mode 100644
index 99c6a44cb7..0000000000
--- a/.github/README_Sillot_Docker.md
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-思源(SiYuan) | 汐洛(Sillot)
-
-
-## 浏览器兼容性
-
-
-
-## 🛠️ Contributors
-
-
-
-
-
-## 🌟 Star History
-
-[![Star History Chart](https://api.star-history.com/svg?repos=Hi-Windom/Sillot&type=Timeline)](https://star-history.com/#Hi-Windom/Sillot&Timeline)
\ No newline at end of file
diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml
index 6866d22795..6c01ad67c0 100644
--- a/.github/workflows/dockerimage.yml
+++ b/.github/workflows/dockerimage.yml
@@ -58,9 +58,11 @@ jobs:
docker buildx build --push --platform linux/amd64 -t soltus/sillot:latest -t soltus/sillot:${{ github.event.inputs.image_tag }}-sillot .
- name: Update Docker Hub Description
- uses: peter-evans/dockerhub-description@v3
+ uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_PWD }}
- repository: soltus/sillot
- readme-filepath: ./README_Sillot_Docker.md
+ repository: soltus/sillot # 这是 docker hub 的不是 github 的
+ readme-filepath: ./.github/README.md
+ short-description: ${{ github.event.repository.description }}
+ enable-url-completion: true
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
index b3d31e6500..b042177268 100644
--- a/.vscode/extensions.json
+++ b/.vscode/extensions.json
@@ -25,7 +25,8 @@
"xboxyan.tree-generator",
"unifiedjs.vscode-mdx",
"astro-build.astro-vscode",
- "golang.go"
+ "golang.go",
+ "github.vscode-github-actions"
],
"unwantedRecommendations": []
}
diff --git a/app/package.json b/app/package.json
index 718364a714..3a37c73417 100644
--- a/app/package.json
+++ b/app/package.json
@@ -1,6 +1,6 @@
{
"name": "sillot",
- "version": "0.27.25",
+ "version": "0.27.26",
"syv": "3.0.5",
"sypv": "3.0.4",
"description": "Build Your Eternal Digital Garden",
@@ -57,11 +57,6 @@
"note-taking",
"notebook"
],
- "author": {
- "name": "Yunnan Liandi Technology Co., Ltd.",
- "email": "845765@qq.com",
- "url": "https://ld246.com"
- },
"maintainers": [
{
"name": "Liang Ding",