This commit is contained in:
parent
d39a3d39e6
commit
9d7a4aae86
|
|
@ -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', {
|
||||||
}, {
|
}, {
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,7 @@
|
||||||
"article": {
|
"article": {
|
||||||
"hot_hrends": "热门趋势",
|
"hot_hrends": "热门趋势",
|
||||||
"all": "#全部",
|
"all": "#全部",
|
||||||
"qa": "#问答"
|
"qa": "#人类问答"
|
||||||
},
|
},
|
||||||
"chat": {
|
"chat": {
|
||||||
"describe_your_intent": "您的意图",
|
"describe_your_intent": "您的意图",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue