This commit is contained in:
hailin 2025-03-18 00:03:30 +08:00
parent d39a3d39e6
commit 9d7a4aae86
3 changed files with 2 additions and 3 deletions

View File

@ -484,7 +484,6 @@ const Article = () => {
useEffect(() => {
let isMounted = true
async function initFunc() {
await service.post('/api/v1/tag/list', {
}, {

View File

@ -101,7 +101,7 @@
"article": {
"hot_hrends": "Hot Trends",
"all": "#ALL",
"qa": "#Q&A"
"qa": "#Human Q&A"
},
"chat": {
"describe_your_intent": "Describe your intent",

View File

@ -101,7 +101,7 @@
"article": {
"hot_hrends": "热门趋势",
"all": "#全部",
"qa": "#问答"
"qa": "#人类问答"
},
"chat": {
"describe_your_intent": "您的意图",