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(() => { useEffect(() => {
let isMounted = true let isMounted = true
async function initFunc() { async function initFunc() {
await service.post('/api/v1/tag/list', { await service.post('/api/v1/tag/list', {
}, { }, {

View File

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

View File

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