feat: support sending only to current relays

This commit is contained in:
codytseng
2025-02-05 15:18:58 +08:00
parent 29f5ccc4bb
commit ccf8c21954
11 changed files with 199 additions and 75 deletions

View File

@@ -162,6 +162,8 @@ export default {
'calculating...': 'calculating...',
'Calculate optimal read relays': 'Calculate optimal read relays',
'Login to set': 'Login to set',
'Please login to view following feed': 'Please login to view following feed'
'Please login to view following feed': 'Please login to view following feed',
'Send only to r': 'Send only to {{r}}',
'Send only to current relays': 'Send only to current relays'
}
}

View File

@@ -163,6 +163,8 @@ export default {
'calculating...': '计算中...',
'Calculate optimal read relays': '计算最佳读服务器',
'Login to set': '登录后设置',
'Please login to view following feed': '请登录以查看关注动态'
'Please login to view following feed': '请登录以查看关注动态',
'Send only to r': '只发送到 {{r}}',
'Send only to current relays': '只发送到当前服务器'
}
}