[codex] add customizable profile avatars (#870)
* add customizable profile avatars * keep profile avatar visible when sidebar collapses * simplify collapsed profile avatar styling * force managed gateway startup in docker * limit gateway autostart to active profile * restore all profile gateway autostart * fix managed gateway runtime detection
This commit is contained in:
@@ -687,6 +687,20 @@ export default {
|
||||
hasEnv: '有 .env',
|
||||
hasSoulMd: '有 soul.md',
|
||||
noProfiles: '暂无配置,创建一个开始吧。',
|
||||
avatar: {
|
||||
title: '自定义头像',
|
||||
customize: '头像',
|
||||
upload: '上传图片',
|
||||
random: '随机生成',
|
||||
reset: '恢复默认',
|
||||
hint: '支持 PNG、JPEG、WebP,最大 1MB',
|
||||
invalidType: '请选择 PNG、JPEG 或 WebP 图片',
|
||||
tooLarge: '头像图片不能超过 1MB',
|
||||
saveSuccess: '头像已保存',
|
||||
saveFailed: '保存头像失败',
|
||||
resetSuccess: '已恢复默认头像',
|
||||
resetFailed: '恢复默认头像失败',
|
||||
},
|
||||
runtime: {
|
||||
activeProfile: '当前:{name}',
|
||||
bridgeWorker: '桥接状态',
|
||||
|
||||
Reference in New Issue
Block a user