tauri-docs icon indicating copy to clipboard operation
tauri-docs copied to clipboard

i18n(zh-cn): Update `deep-linking.mdx` following the update of `deep-linking`'s `configuration`

Open wtto00 opened this issue 1 year ago • 1 comments

Description

The latest configuration of the deep-linking plugin has changed, but the zh-cn translation still follows the old configuration format.

Current configuration:

{
  "plugins": {
    "deep-link": {
      "domains": [
        { "host": "your.website.com", "pathPrefix": ["/open"] },
        { "host": "another.site.br" }
      ]
    }
  }
}

Modify to:

{
  "plugins": {
    "deep-link": {
      "mobile": [
        { "host": "your.website.com", "pathPrefix": ["/open"] },
        { "host": "another.site.br" }
      ],
      "desktop": {
        "schemes": ["something", "my-tauri-app"]
      }
    }
  }
}

wtto00 avatar Oct 16 '24 06:10 wtto00

Deploy Preview for tauri-v2 ready!

Built without sensitive environment variables

Name Link
Latest commit 93368b6f00057c765eb765d79c8f74fcd96292a9
Latest deploy log https://app.netlify.com/sites/tauri-v2/deploys/670f5e26926e1700083d060e
Deploy Preview https://deploy-preview-2874--tauri-v2.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 100 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Oct 16 '24 06:10 netlify[bot]