Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/PluginLinks.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface Props {
}
const { plugin, showJsLinks = true } = Astro.props;
const github = `https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/${plugin}`;
const npm = showJsLinks ? `https://www.npmjs.com/package/@tauri-apps/plugin-${plugin}` : undefined;
const npm = showJsLinks ? `https://www.npmx.dev/package/@tauri-apps/plugin-${plugin}` : undefined;
const cratesio = `https://crates.io/crates/tauri-plugin-${plugin}`;
const jsApi = showJsLinks ? `/reference/javascript/${plugin}/` : undefined;
const docsrs = `https://docs.rs/tauri-plugin-${plugin}`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,4 @@ application at all!
[finished example project]: https://github.com/tauri-apps/webdriver-example
[mocha]: https://mochajs.org/
[chai]: https://www.chaijs.com/
[`selenium-webdriver`]: https://www.npmjs.com/package/selenium-webdriver
[`selenium-webdriver`]: https://www.npmx.dev/package/selenium-webdriver
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Done in 0.93s.
[完成版モデル・プロジェクト]: https://github.com/chippers/hello_tauri
[mocha]: https://mochajs.org/
[chai]: https://www.chaijs.com/
[`selenium-webdriver`]: https://www.npmjs.com/package/selenium-webdriver
[`selenium-webdriver`]: https://www.npmx.dev/package/selenium-webdriver

<div style="text-align: right">
【※ この日本語版は、「Feb 22, 2025 英語版」に基づいています】
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,4 @@ Done in 0.93s.
[완성된 모델 프로젝트]: https://github.com/chippers/hello_tauri
[mocha]: https://mochajs.org/
[chai]: https://www.chaijs.com/
[`selenium-webdriver`]: https://www.npmjs.com/package/selenium-webdriver
[`selenium-webdriver`]: https://www.npmx.dev/package/selenium-webdriver
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,4 @@ application at all!
[已完成的示例项目]: https://github.com/tauri-apps/webdriver-example
[Mocha]: https://mochajs.org/
[Chai]: https://www.chaijs.com/
[`selenium-webdriver`]: https://www.npmjs.com/package/selenium-webdriver
[`selenium-webdriver`]: https://www.npmx.dev/package/selenium-webdriver
2 changes: 1 addition & 1 deletion src/content/docs/zh-cn/plugin/sql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ branch = "v2"
然后,你必须使用你喜欢的 JavaScript 包管理器添加 JavaScript Guest 绑定。

<Tabs>
<TabItem label="npm.io">
<TabItem label="npm">
<CommandTabs
npm="npm add @tauri-apps/plugin-sql"
yarn="yarn add @tauri-apps/plugin-sql"
Expand Down
Loading