-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add translate-send-webpage-to-reader extension #16108
base: main
Are you sure you want to change the base?
Conversation
- 1 - docs: README update, add icon, translate to english. - chore: 添加调试日志以便于内容处理和 HTML 生成
Congratulations on your new Raycast extension! 🚀 You can expect an initial review within five business days. Once the PR is approved and merged, the extension will be available on our Store. |
I accidentally created a new PR. Please refer to the history of the old PR at #15928. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one more thing 🙂
interface Preferences { | ||
readwiseToken: string; | ||
autoTranslate: boolean; | ||
targetLanguage: string; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interface Preferences { | |
readwiseToken: string; | |
autoTranslate: boolean; | |
targetLanguage: string; | |
} |
You don't need to manually set preference types as this is autogenerated in raycast-env.d.ts
x
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I have removed the preference types.
Description
Screencast
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder