This commit is contained in:
parent
d39a3d39e6
commit
9d7a4aae86
|
|
@ -484,7 +484,6 @@ const Article = () => {
|
|||
useEffect(() => {
|
||||
let isMounted = true
|
||||
|
||||
|
||||
async function initFunc() {
|
||||
await service.post('/api/v1/tag/list', {
|
||||
}, {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@
|
|||
"article": {
|
||||
"hot_hrends": "热门趋势",
|
||||
"all": "#全部",
|
||||
"qa": "#问答"
|
||||
"qa": "#人类问答"
|
||||
},
|
||||
"chat": {
|
||||
"describe_your_intent": "您的意图",
|
||||
|
|
|
|||
Loading…
Reference in New Issue