From 72d27df39eafc9b22ddf0c6fa06636849663c4b5 Mon Sep 17 00:00:00 2001 From: arch3rPro Date: Wed, 31 Dec 2025 05:31:27 +0800 Subject: [PATCH] feat: update next-terminal 2.7.1 --- README.md | 2 +- apps/next-terminal/{2.7.0 => 2.7.1}/.env.sample | 0 apps/next-terminal/{2.7.0 => 2.7.1}/config.yaml | 0 apps/next-terminal/{2.7.0 => 2.7.1}/data.yml | 0 apps/next-terminal/{2.7.0 => 2.7.1}/docker-compose.yml | 2 +- apps/next-terminal/{2.7.0 => 2.7.1}/ssh/id_rsa | 0 6 files changed, 2 insertions(+), 2 deletions(-) rename apps/next-terminal/{2.7.0 => 2.7.1}/.env.sample (100%) rename apps/next-terminal/{2.7.0 => 2.7.1}/config.yaml (100%) rename apps/next-terminal/{2.7.0 => 2.7.1}/data.yml (100%) rename apps/next-terminal/{2.7.0 => 2.7.1}/docker-compose.yml (96%) rename apps/next-terminal/{2.7.0 => 2.7.1}/ssh/id_rsa (100%) diff --git a/README.md b/README.md index 8fdff45..4fe7ef6 100644 --- a/README.md +++ b/README.md @@ -830,7 +830,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数 🖥️ 简单好用安全的开源交互审计系统 -2.7.0 • [官网链接](https://github.com/dushixiang/next-terminal) +2.7.1 • [官网链接](https://github.com/dushixiang/next-terminal) diff --git a/apps/next-terminal/2.7.0/.env.sample b/apps/next-terminal/2.7.1/.env.sample similarity index 100% rename from apps/next-terminal/2.7.0/.env.sample rename to apps/next-terminal/2.7.1/.env.sample diff --git a/apps/next-terminal/2.7.0/config.yaml b/apps/next-terminal/2.7.1/config.yaml similarity index 100% rename from apps/next-terminal/2.7.0/config.yaml rename to apps/next-terminal/2.7.1/config.yaml diff --git a/apps/next-terminal/2.7.0/data.yml b/apps/next-terminal/2.7.1/data.yml similarity index 100% rename from apps/next-terminal/2.7.0/data.yml rename to apps/next-terminal/2.7.1/data.yml diff --git a/apps/next-terminal/2.7.0/docker-compose.yml b/apps/next-terminal/2.7.1/docker-compose.yml similarity index 96% rename from apps/next-terminal/2.7.0/docker-compose.yml rename to apps/next-terminal/2.7.1/docker-compose.yml index 3a4b407..c06faec 100644 --- a/apps/next-terminal/2.7.0/docker-compose.yml +++ b/apps/next-terminal/2.7.1/docker-compose.yml @@ -1,6 +1,6 @@ services: next-terminal: - image: dushixiang/next-terminal:v2.7.0 + image: dushixiang/next-terminal:v2.7.1 container_name: ${CONTAINER_NAME} restart: always networks: diff --git a/apps/next-terminal/2.7.0/ssh/id_rsa b/apps/next-terminal/2.7.1/ssh/id_rsa similarity index 100% rename from apps/next-terminal/2.7.0/ssh/id_rsa rename to apps/next-terminal/2.7.1/ssh/id_rsa