Update douban extension#8590
Conversation
|
Thank you for your contribution! 🎉 🔔 @crazyczy you might want to have a look. |
| /> | ||
| <Action.CopyToClipboard | ||
| title="Copy As Markdown" | ||
| content={`[${user.title}(豆瓣)](${user.url})`} |
There was a problem hiding this comment.
At the moment, Raycast doesn't support localization and only supports US English. Therefore, please avoid introducing your custom way to localize your extension.
| /> | ||
| <Action.CopyToClipboard | ||
| title="Copy As Markdown" | ||
| content={`[${site.title}(豆瓣)](${site.url})`} |
There was a problem hiding this comment.
At the moment, Raycast doesn't support localization and only supports US English. Therefore, please avoid introducing your custom way to localize your extension.
| /> | ||
| <Action.CopyToClipboard | ||
| title="Copy As Markdown" | ||
| content={`[${music.title}(豆瓣)](${music.url})`} |
There was a problem hiding this comment.
At the moment, Raycast doesn't support localization and only supports US English. Therefore, please avoid introducing your custom way to localize your extension.
| /> | ||
| <Action.CopyToClipboard | ||
| title="Copy As Markdown" | ||
| content={`[${movie.title}(豆瓣)](${movie.url})`} |
There was a problem hiding this comment.
At the moment, Raycast doesn't support localization and only supports US English. Therefore, please avoid introducing your custom way to localize your extension.
| /> | ||
| <Action.CopyToClipboard | ||
| title="Copy As Markdown" | ||
| content={`[${group.title}(豆瓣)](${group.url})`} |
There was a problem hiding this comment.
At the moment, Raycast doesn't support localization and only supports US English. Therefore, please avoid introducing your custom way to localize your extension.
| /> | ||
| <Action.CopyToClipboard | ||
| title="Copy As Markdown" | ||
| content={`[${game.title}(豆瓣)](${game.url})`} |
There was a problem hiding this comment.
At the moment, Raycast doesn't support localization and only supports US English. Therefore, please avoid introducing your custom way to localize your extension.
| /> | ||
| <Action.CopyToClipboard | ||
| title="Copy As Markdown" | ||
| content={`[${book.title}(豆瓣)](${book.url})`} |
There was a problem hiding this comment.
At the moment, Raycast doesn't support localization and only supports US English. Therefore, please avoid introducing your custom way to localize your extension.
|
@pernielsentikaer I add CHANGELOG. |
|
LGTM! |
pernielsentikaer
left a comment
There was a problem hiding this comment.
Would it be an idea to make some components that the commands are using? Seems like most of the code is just duplicated. 🙂
|
@pernielsentikaer I’m sorry, I’m not a programmer. I can’t do what you said for the time being. I want to know, is there any other problem with this PR? There is still no merger. |
pernielsentikaer
left a comment
There was a problem hiding this comment.
Hi 👋
Looks good to me, approved 🔥
|
Published to the Raycast Store: |
|
🎉 🎉 🎉 We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag. |
Description
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder