mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-29 20:48:40 +00:00
Add translation support to reply items (#1894)
* Add translation support to reply items - Add translateState and showTranslate fields to ReplyControl - Add translatedText field to ReplyInfo for translation results - Implement TranslateReplyReq message and translateReply API method - Add translation UI with loading state and result display in reply items - Show translation button when showTranslate is true and translateState is 2 * refa Signed-off-by: dom <githubaccount56556@proton.me> --------- Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -22,6 +22,7 @@ abstract final class GrpcUrl {
|
||||
static const dialogList = '$reply/DialogList';
|
||||
// static const replyInfo = '$reply/ReplyInfo';
|
||||
static const searchItem = '$reply/SearchItem';
|
||||
static const translateReply = '$reply/TranslateReply';
|
||||
|
||||
// im
|
||||
static const im = '/bilibili.im.interface.v1.ImInterface';
|
||||
|
||||
Reference in New Issue
Block a user