Compare commits

...

4 Commits

Author SHA1 Message Date
arch3rPro
0a29059adc feat: update prompt-optimizer 2.7.0 2026-03-26 05:33:21 +08:00
arch3rPro
987951d074 feat: update piclist 2.3.5 2026-03-26 05:33:07 +08:00
arch3rPro
1319f362cb feat: update n8n-zh 2.14.1 2026-03-26 05:32:01 +08:00
arch3rPro
a4774272fe feat: update dify 1.13.3 2026-03-26 05:30:42 +08:00
43 changed files with 8 additions and 8 deletions

View File

@@ -555,7 +555,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🤖 开源LLM应用开发平台支持AI工作流和RAG管道
<kbd>1.13.2</kbd> • [官网链接](https://github.com/langgenius/dify)
<kbd>1.13.3</kbd> • [官网链接](https://github.com/langgenius/dify)
</td>
<td width="33%" align="center">
@@ -567,7 +567,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🚀 强大的AI提示词优化工具支持多种主流大语言模型
<kbd>2.6.3</kbd> • [官网链接](https://github.com/arch3rPro/Prompt-Optimizer)
<kbd>2.7.0</kbd> • [官网链接](https://github.com/arch3rPro/Prompt-Optimizer)
</td>
</tr>
@@ -731,7 +731,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🔄 n8n汉化版具有原生AI能力的Fair-code工作流自动化平台
<kbd>2.14.0</kbd> • [官网链接](https://n8n.io/)
<kbd>2.14.1</kbd> • [官网链接](https://n8n.io/)
</td>
</tr>
@@ -803,7 +803,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🖼️ 高效云存储和图床平台管理工具
<kbd>2.3.3</kbd> • [官网链接](https://github.com/Kuingsmile/PicList)
<kbd>2.3.5</kbd> • [官网链接](https://github.com/Kuingsmile/PicList)
</td>
</tr>

View File

@@ -510,7 +510,7 @@ x-shared-env:
QUEUE_MONITOR_INTERVAL: ${QUEUE_MONITOR_INTERVAL:-30}
services:
api:
image: langgenius/dify-api:1.13.2
image: langgenius/dify-api:1.13.3
env_file:
- dify.env
restart: always

View File

@@ -1,6 +1,6 @@
services:
n8n:
image: n8nio/n8n:2.14.0
image: n8nio/n8n:2.14.1
container_name: ${CONTAINER_NAME}
restart: always
user: 1000:1000

View File

@@ -1,6 +1,6 @@
services:
piclist:
image: kuingsmile/piclist:v2.3.3
image: kuingsmile/piclist:v2.3.5
container_name: ${CONTAINER_NAME}
restart: always
networks:

View File

@@ -1,6 +1,6 @@
services:
prompt-optimizer:
image: linshen/prompt-optimizer:2.6.3
image: linshen/prompt-optimizer:2.7.0
container_name: ${CONTAINER_NAME}
restart: unless-stopped
ports: