feat: clean code

This commit is contained in:
xxnuo
2025-11-02 09:11:54 +08:00
parent a2d1417e55
commit 558d3f3fd9
5 changed files with 8 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
# Golang version
Core's source code is in [MTranCore](https://github.com/xxnuo/MTranCore)

View File

@@ -1,3 +1,3 @@
# C++ version (deprecated)
Origianl version ( ~ v2.1.1 ) is deprecated, continue to develop in [golang version](../go/README.md)
Origianl version ( ~ v2.1.1 ) is deprecated, continue to develop in [golang version](../../v3/README.md)

View File

@@ -1,3 +1,3 @@
# Node.js version (deprecated)
Node.js version is deprecated, continue to develop in [golang version](../go/README.md)
Node.js version is deprecated, continue to develop in [golang version](../../v3/README.md)

View File

@@ -1,6 +1,6 @@
# Rust version (community version)
Only works in x86_64 Linux and some APIs are not compatible with the original version, recommend to use [golang version](../go/README.md) instead.
Performance improvement is not significant, only works in x86_64 Linux and some APIs are not compatible with the original version, recommend to use [golang version](../../v3/README.md) instead.
Rust server source code is in [LinguaSpark/server](https://github.com/LinguaSpark/server)

5
v3/README.md Normal file
View File

@@ -0,0 +1,5 @@
# Golang version
Server implementation is in this repository.
Core implementation is in [MTranCore](https://github.com/xxnuo/MTranCore)