mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-23 04:51:49 +08:00
feat(core): web-clipper integration entrance (#11883)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new "Web Clipper" integration, allowing users to import web pages into AFFiNE via a direct link to the Chrome Web Store. - **Improvements** - Integration cards can now display as clickable links or settings panels, depending on the integration. - **Localization** - Added English translations for the "Web Clipper" integration name and description. - **Style** - Improved card styling to ensure consistent text color, including for visited links. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -7415,6 +7415,14 @@ export function useAFFiNEI18N(): {
|
||||
* `Integrations`
|
||||
*/
|
||||
["com.affine.integration.integrations"](): string;
|
||||
/**
|
||||
* `Web Clipper`
|
||||
*/
|
||||
["com.affine.integration.web-clipper.name"](): string;
|
||||
/**
|
||||
* `Import web pages to AFFiNE`
|
||||
*/
|
||||
["com.affine.integration.web-clipper.desc"](): string;
|
||||
/**
|
||||
* `Elevate your AFFiNE experience with diverse add-ons and seamless integrations.`
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user