feat(system):优化后端

1.新增后端测试
2.增加了后端的加密
3.增加了i18n(国际化)
This commit is contained in:
2026-05-31 15:39:34 +00:00
parent affe460180
commit 99520c69d7
118 changed files with 8174 additions and 1491 deletions
@@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from .file_reader import FileReaderData, file_reader
from .file_reader import FileReaderToolData, file_reader
__all__ = ["FileReaderData", "file_reader"]
__all__ = ["FileReaderToolData", "file_reader"]