mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 03:27:54 +08:00
增加安全图片域名功能,优化自定义壁纸API相关提示信息
This commit is contained in:
@@ -1075,8 +1075,12 @@ export default {
|
||||
hour: 'hour',
|
||||
customizeWallpaperApi: 'Customize Wallpaper Api',
|
||||
customizeWallpaperApiHint:
|
||||
'It will get the image file extension format images that are allowed in all the settings in the content returned by the API.',
|
||||
'It will get the image file extension format images that are allowed in settings in the content returned by the API.',
|
||||
customizeWallpaperApiRequired: 'Required field; please enter Wallpaper API',
|
||||
securityImageDomains: 'Security Image Domains',
|
||||
securityImageDomainsHint: 'Allowed image domains whitelist for caching, used to control trusted image sources',
|
||||
noSecurityImageDomains: 'No security domains',
|
||||
securityImageDomainAdd: 'Add domain, e.g.: image.tmdb.org',
|
||||
},
|
||||
site: {
|
||||
siteSync: 'Site Synchronization',
|
||||
|
||||
@@ -1064,9 +1064,13 @@ export default {
|
||||
},
|
||||
mb: 'MB',
|
||||
hour: '小时',
|
||||
customizeWallpaperApi: '自定义壁纸API',
|
||||
customizeWallpaperApiHint: '会获取API返回内容中所有设置中允许的图片文件后缀格式图片',
|
||||
customizeWallpaperApi: '自定义壁纸API地址',
|
||||
customizeWallpaperApiHint: '会获取API返回内容中所有允许的安全域名地址的图片,需要同步设置安全域名地址',
|
||||
customizeWallpaperApiRequired: '必填项;请输入自定义壁纸API',
|
||||
securityImageDomains: '安全图片域名',
|
||||
securityImageDomainsHint: '允许缓存的图片域名白名单,用于控制可信任的图片来源',
|
||||
noSecurityImageDomains: '暂无安全域名',
|
||||
securityImageDomainAdd: '添加域名,如:image.tmdb.org',
|
||||
},
|
||||
site: {
|
||||
siteSync: '站点同步',
|
||||
|
||||
@@ -1067,8 +1067,12 @@ export default {
|
||||
mb: 'MB',
|
||||
hour: '小時',
|
||||
customizeWallpaperApi: '自定義壁紙API',
|
||||
customizeWallpaperApiHint: '會獲取 API 返回內容中所有設置中允許的圖片文件後綴格式圖片',
|
||||
customizeWallpaperApiHint: '會獲取 API 返回內容中所有安全設置中允許的圖片地址,需要設置安全域名白名單',
|
||||
customizeWallpaperApiRequired: '必填項;請輸出自定義壁紙API',
|
||||
securityImageDomains: '安全圖片域名',
|
||||
securityImageDomainsHint: '允許緩存的圖片域名白名單,用於控制可信任的圖片來源',
|
||||
noSecurityImageDomains: '暫無安全域名',
|
||||
securityImageDomainAdd: '添加域名,如:image.tmdb.org',
|
||||
},
|
||||
site: {
|
||||
siteSync: '站點同步',
|
||||
|
||||
Reference in New Issue
Block a user