docs(readme): update dependency reference from react to solidjs

This commit is contained in:
Uglyboy 2026-05-18 10:35:39 +08:00
parent d619f92d72
commit 67faea3f63
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ Thanks to [Calico](https://elliotherriman.itch.io/calico), this plugin offers a
## Contributing ## Contributing
This plugin is part of the [InkWeave](https://github.com/uglyboy-tl/InkWeave) monorepo. It depends on `@inkweave/core`, `@inkweave/react`, and `@inkweave/plugins`. This plugin is part of the [InkWeave](https://github.com/uglyboy-tl/InkWeave) monorepo. It depends on `@inkweave/core`, `@inkweave/solidjs`, and `@inkweave/plugins`.
- Clone the InkWeave repository. - Clone the InkWeave repository.
- Run `git submodule update --init` to pull the plugin source. - Run `git submodule update --init` to pull the plugin source.

View file

@ -23,7 +23,7 @@
## 贡献 ## 贡献
本插件是 [InkWeave](https://github.com/uglyboy-tl/InkWeave) 单体仓库的一部分,依赖于 `@inkweave/core`、`@inkweave/react` 和 `@inkweave/plugins` 本插件是 [InkWeave](https://github.com/uglyboy-tl/InkWeave) 单体仓库的一部分,依赖于 `@inkweave/core`、`@inkweave/solidjs` 和 `@inkweave/plugins`
- 克隆 InkWeave 仓库。 - 克隆 InkWeave 仓库。
- 运行 `git submodule update --init` 拉取插件源码。 - 运行 `git submodule update --init` 拉取插件源码。