添加葡萄牙
This commit is contained in:
@@ -4,8 +4,8 @@ NODE_ENV=development
|
|||||||
VITE_DEV=true
|
VITE_DEV=true
|
||||||
|
|
||||||
# 请求路径
|
# 请求路径
|
||||||
# VITE_BASE_URL='http://192.168.2.22:48080'
|
VITE_BASE_URL='http://192.168.2.22:48080'
|
||||||
VITE_BASE_URL='https://backstageapi.yolozs.com'
|
# VITE_BASE_URL='https://backstageapi.yolozs.com'
|
||||||
# VITE_BASE_URL='https://testapi.tknb.net'
|
# VITE_BASE_URL='https://testapi.tknb.net'
|
||||||
|
|
||||||
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务
|
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务
|
||||||
|
|||||||
@@ -604,7 +604,8 @@ export default {
|
|||||||
central_asia: 'Central Asia',
|
central_asia: 'Central Asia',
|
||||||
uk: 'United Kingdom',
|
uk: 'United Kingdom',
|
||||||
middle_east: 'Middle East',
|
middle_east: 'Middle East',
|
||||||
spain: 'Spain'
|
spain: 'Spain',
|
||||||
|
portugal: 'Portugal',
|
||||||
},
|
},
|
||||||
sortType: {
|
sortType: {
|
||||||
creationTime: 'Creation Time',
|
creationTime: 'Creation Time',
|
||||||
|
|||||||
@@ -604,7 +604,8 @@ export default {
|
|||||||
central_asia: '中亚',
|
central_asia: '中亚',
|
||||||
uk: '英国',
|
uk: '英国',
|
||||||
middle_east: '中东',
|
middle_east: '中东',
|
||||||
spain: '西班牙'
|
spain: '西班牙',
|
||||||
|
portugal: '葡萄牙',
|
||||||
},
|
},
|
||||||
sortType: {
|
sortType: {
|
||||||
creationTime: '创建时间',
|
creationTime: '创建时间',
|
||||||
|
|||||||
Reference in New Issue
Block a user