添加葡萄牙

This commit is contained in:
2026-03-17 16:45:42 +08:00
parent 0bb7b580be
commit 1c15db81da
3 changed files with 6 additions and 4 deletions

View File

@@ -4,8 +4,8 @@ NODE_ENV=development
VITE_DEV=true
# 请求路径
# VITE_BASE_URL='http://192.168.2.22:48080'
VITE_BASE_URL='https://backstageapi.yolozs.com'
VITE_BASE_URL='http://192.168.2.22:48080'
# VITE_BASE_URL='https://backstageapi.yolozs.com'
# VITE_BASE_URL='https://testapi.tknb.net'
# 文件上传类型server - 后端上传, client - 前端直连上传,仅支持 S3 服务

View File

@@ -604,7 +604,8 @@ export default {
central_asia: 'Central Asia',
uk: 'United Kingdom',
middle_east: 'Middle East',
spain: 'Spain'
spain: 'Spain',
portugal: 'Portugal',
},
sortType: {
creationTime: 'Creation Time',

View File

@@ -604,7 +604,8 @@ export default {
central_asia: '中亚',
uk: '英国',
middle_east: '中东',
spain: '西班牙'
spain: '西班牙',
portugal: '葡萄牙',
},
sortType: {
creationTime: '创建时间',