Skip to content

Commit

Permalink
3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyzyykk committed Sep 16, 2024
1 parent 2fa6854 commit ac552f4
Show file tree
Hide file tree
Showing 16 changed files with 68 additions and 54 deletions.
4 changes: 2 additions & 2 deletions EN/MODULE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

##### TCode Help Module

![help](https://img.kkbapps.com/terminal/3.1.7-5.png)
![help](https://img.kkbapps.com/terminal/3.2.6-5.png)

##### Customized TCode Module

![tcode](https://img.kkbapps.com/terminal/3.1.2-6.png)
![tcode](https://img.kkbapps.com/terminal/3.2.6-6.png)
34 changes: 18 additions & 16 deletions EN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
>
> Preview: https://ssh.kkbpro.com/ (For domestic servers) or https://ssh.kkbapps.com/ (For foreign servers)
>
> Update Time: 2024-08-14
> Update Time: 2024-09-16
>
<p align="center"><a href="https://ssh.kkbpro.com/" target="_blank" rel="noopener noreferrer"><img width="100" src="https://img.kkbapps.com/logo/terminal.png" alt="kkterminal logo"></a></p>

<p align="center">
<a href="https://hub.docker.com/repository/docker/zyyzyykk/kkterminal/general"><img src="https://img.shields.io/docker/pulls/zyyzyykk/kkterminal" alt="Docker Image"></a>
<a href="https://www.oracle.com/cn/java/technologies/downloads/#java8-windows"><img src="https://img.shields.io/badge/jdk-1.8-orange" alt="JDK Version"></a>
<a href="https://spring.io/projects/spring-boot"><img src="https://img.shields.io/badge/springboot-2.7.15-green?color=6db33f" alt="SpringBoot Version"></a>
<a href="https://cn.vuejs.org/"><img src="https://img.shields.io/badge/vue-3.x-green?color=42b883" alt="Vue Version"></a>
<a href="https://www.apache.org/licenses/"><img src="https://img.shields.io/badge/licence-Apache-red" alt="Apache Licence"></a>
<a href="https://hub.docker.com/repository/docker/zyyzyykk/kkterminal/general"><img src="https://img.shields.io/docker/pulls/zyyzyykk/kkterminal?logo=docker" alt="Docker Image"></a>
<a href="https://www.oracle.com/cn/java/technologies/downloads/#java8-windows"><img src="https://img.shields.io/badge/jdk-1.8-orange?logo=openjdk&logoColor=%23e3731c" alt="JDK Version"></a>
<a href="https://spring.io/projects/spring-boot"><img src="https://img.shields.io/badge/springboot-2.7.15-green?color=6db33f&logo=springboot" alt="SpringBoot Version"></a>
<a href="https://cn.vuejs.org/"><img src="https://img.shields.io/badge/vue-3.x-green?color=42b883&logo=vue.js" alt="Vue Version"></a>
<a href="https://www.apache.org/licenses/"><img src="https://img.shields.io/badge/licence-Apache-red?logo=apache&logoColor=%23D22128" alt="Apache Licence"></a>
<a href="https://github.com/zyyzyykk/kkTerminal"><img src="https://img.shields.io/github/stars/zyyzyykk/kkterminal" alt="GitHub"></a>
</p>
<p align="center"><a href="../README.md" >简体中文</a> | English</p>
Expand Down Expand Up @@ -68,13 +68,13 @@ Visit the following website:
- 🌐 For domestic servers: https://ssh.kkbpro.com/
- 🌍 For foreign servers: https://ssh.kkbapps.com/

![connect](https://img.kkbapps.com/terminal/3.1.7-1.png)
![connect](https://img.kkbapps.com/terminal/3.2.6-1.png)

![prefer](https://img.kkbapps.com/terminal/315-2.png)
![prefer](https://img.kkbapps.com/terminal/3.2.6-2.png)

![file](https://img.kkbapps.com/terminal/3.2.0-3.png)
![file](https://img.kkbapps.com/terminal/3.2.6-3.png)

![editor](https://img.kkbapps.com/terminal/3.1.2-4.png)
![editor](https://img.kkbapps.com/terminal/3.2.6-4.png)

[**More Module Previews**](./MODULE.md)

Expand Down Expand Up @@ -107,7 +107,14 @@ Visit the following website:

### 👨‍💻 Update Records

##### zyyzyykk/kkterminal:3.2.2: latest
##### zyyzyykk/kkterminal:3.2.6: latest

- Fix bugs related to special character operations in files
- Optimize file upload and download
- File Attribute Module: Folder addition includes attributes, file size attributes, and real-time refresh
- Optimize display logic and standardize coding

##### zyyzyykk/kkterminal:3.2.2:

- TCode supports Get/Set to Session/Local Level variables
- Text editor adds intelligent prompts for TCode native object `kkTerminal`
Expand All @@ -119,11 +126,6 @@ Visit the following website:
- Support folder download
- Refactoring some logic and optimizing display

##### zyyzyykk/kkterminal:3.1.7 :

- Adapt to default fonts and optimize TCode status display
- Support local PC deployment, automatically open browser window

##### [History Update Records](./UPDATE.md)

### 🧬 Architecture
Expand Down
5 changes: 5 additions & 0 deletions EN/UPDATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### 👨‍💻 History Update Records

##### zyyzyykk/kkterminal:3.1.7 :

- Adapt to default fonts and optimize TCode status display
- Support local PC deployment, automatically open browser window

##### zyyzyykk/kkterminal:3.1.5 :

- Fix bug where files cannot be uploaded through the input box
Expand Down
4 changes: 2 additions & 2 deletions MODULE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

##### TCode 帮助模块

![help](https://img.kkbapps.com/terminal/3.1.7-5.png)
![help](https://img.kkbapps.com/terminal/3.2.6-5.png)

##### 自定义TCode 模块

![tcode](https://img.kkbapps.com/terminal/3.1.2-6.png)
![tcode](https://img.kkbapps.com/terminal/3.2.6-6.png)
36 changes: 19 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
>
> 预览:https://ssh.kkbpro.com/ (国内服务器访问) 或 https://ssh.kkbapps.com/ (国外服务器访问)
>
> 更新时间:2024-08-14
> 更新时间:2024-09-16
>
<p align="center"><a href="https://ssh.kkbpro.com/" target="_blank" rel="noopener noreferrer"><img width="100" src="https://img.kkbapps.com/logo/terminal.png" alt="kkterminal logo"></a></p>

<p align="center">
<a href="https://hub.docker.com/repository/docker/zyyzyykk/kkterminal/general"><img src="https://img.shields.io/docker/pulls/zyyzyykk/kkterminal" alt="Docker Image"></a>
<a href="https://www.oracle.com/cn/java/technologies/downloads/#java8-windows"><img src="https://img.shields.io/badge/jdk-1.8-orange" alt="JDK Version"></a>
<a href="https://spring.io/projects/spring-boot"><img src="https://img.shields.io/badge/springboot-2.7.15-green?color=6db33f" alt="SpringBoot Version"></a>
<a href="https://cn.vuejs.org/"><img src="https://img.shields.io/badge/vue-3.x-green?color=42b883" alt="Vue Version"></a>
<a href="https://www.apache.org/licenses/"><img src="https://img.shields.io/badge/licence-Apache-red" alt="Apache Licence"></a>
<a href="https://hub.docker.com/repository/docker/zyyzyykk/kkterminal/general"><img src="https://img.shields.io/docker/pulls/zyyzyykk/kkterminal?logo=docker" alt="Docker Image"></a>
<a href="https://www.oracle.com/cn/java/technologies/downloads/#java8-windows"><img src="https://img.shields.io/badge/jdk-1.8-orange?logo=openjdk&logoColor=%23e3731c" alt="JDK Version"></a>
<a href="https://spring.io/projects/spring-boot"><img src="https://img.shields.io/badge/springboot-2.7.15-green?color=6db33f&logo=springboot" alt="SpringBoot Version"></a>
<a href="https://cn.vuejs.org/"><img src="https://img.shields.io/badge/vue-3.x-green?color=42b883&logo=vue.js" alt="Vue Version"></a>
<a href="https://www.apache.org/licenses/"><img src="https://img.shields.io/badge/licence-Apache-red?logo=apache&logoColor=%23D22128" alt="Apache Licence"></a>
<a href="https://github.com/zyyzyykk/kkTerminal"><img src="https://img.shields.io/github/stars/zyyzyykk/kkterminal" alt="GitHub"></a>
</p>
<p align="center">简体中文 | <a href="./EN/README.md" >English</a></p>
Expand Down Expand Up @@ -70,13 +70,13 @@ docker run -d --name kkterminal -p 3000:3000 -e TITLE="kkbpro" zyyzyykk/kktermin
- 🌐 国内服务器访问:https://ssh.kkbpro.com/
- 🌍 国外服务器访问:https://ssh.kkbapps.com/

![connect](https://img.kkbapps.com/terminal/3.1.7-1.png)
![connect](https://img.kkbapps.com/terminal/3.2.6-1.png)

![prefer](https://img.kkbapps.com/terminal/315-2.png)
![prefer](https://img.kkbapps.com/terminal/3.2.6-2.png)

![file](https://img.kkbapps.com/terminal/3.2.0-3.png)
![file](https://img.kkbapps.com/terminal/3.2.6-3.png)

![editor](https://img.kkbapps.com/terminal/3.1.2-4.png)
![editor](https://img.kkbapps.com/terminal/3.2.6-4.png)

[**更多模块预览**](./MODULE.md)

Expand Down Expand Up @@ -109,9 +109,16 @@ docker run -d --name kkterminal -p 3000:3000 -e TITLE="kkbpro" zyyzyykk/kktermin

### 👨‍💻 更新记录

##### zyyzyykk/kkterminal:3.2.2:latest
##### zyyzyykk/kkterminal:3.2.6:latest

- TCode支持 会话级/本地级 变量的存取
- 修复文件特殊字符操作问题的bug
- 优化文件上传与下载
- 文件属性模块:文件夹新增包含属性、文件大小属性实时刷新
- 优化显示逻辑,规范编码

##### zyyzyykk/kkterminal:3.2.2:

- TCode支持会话级/本地级变量的存取
- 文本编辑器新增TCode原生对象 `kkTerminal` 的智能提示
- 文件管理模块快捷键适配MacOS

Expand All @@ -121,11 +128,6 @@ docker run -d --name kkterminal -p 3000:3000 -e TITLE="kkbpro" zyyzyykk/kktermin
- 支持文件夹下载
- 重构部分逻辑,优化显示

##### zyyzyykk/kkterminal:3.1.7:

- 适配默认字体、优化TCode状态显示
- 支持本地PC端部署,自动打开浏览器窗口

##### [历史更新记录](./UPDATE.md)

### 🧬 架构
Expand Down
5 changes: 5 additions & 0 deletions UPDATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### 👨‍💻 历史更新记录

##### zyyzyykk/kkterminal:3.1.7:

- 适配默认字体、优化TCode状态显示
- 支持本地PC端部署,自动打开浏览器窗口

##### zyyzyykk/kkterminal:3.1.5:

- 修复无法通过input框上传文件的bug
Expand Down
2 changes: 1 addition & 1 deletion backend/terminal/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ spring.servlet.multipart.max-file-size=20MB
spring.servlet.multipart.max-request-size=100MB

# PC端启用窗口
kk.pc.window=false
kk.pc.window=true
Loading

0 comments on commit ac552f4

Please sign in to comment.