Merge branch 'develop' into release/v0.2.6

This commit is contained in:
Ke Sun
2026-03-06 16:37:02 +08:00
committed by GitHub
3 changed files with 25 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
/*
* @Description:
* @Version: 0.0.1
* @Author: yujiangping
* @Date: 2026-01-05 17:22:23
* @LastEditors: yujiangping
* @LastEditTime: 2026-03-06 15:08:38
*/
import React, { useState } from 'react';
import { Tabs } from 'antd';
import { useTranslation } from 'react-i18next';