|
|
@@ -26,9 +26,9 @@
|
|
|
[](https://marketplace.visualstudio.com/items?itemName=STDF.stdf-vscode-extension)
|
|
|
|
|
|
<h3>
|
|
|
- <a href="https://github.com/any-tdf/stdf/blob/main/README_CN.md" target="_blank">简体中文</a>
|
|
|
+ <a href="https://github.com/any-tdf/stdf/blob/next/README_CN.md" target="_blank">简体中文</a>
|
|
|
<span> • </span>
|
|
|
- <a href="https://stdf.design?lang=en_US" target="_blank">Website</a>
|
|
|
+ <a href="https://next.stdf.design?lang=en_US" target="_blank">Website</a>
|
|
|
</h3>
|
|
|
</div>
|
|
|
|
|
|
@@ -62,11 +62,11 @@ Mobile web component library based on [Svelte](https://svelte.dev) and [Tailwind
|
|
|
If you have a project configured with Svelte and Tailwind, install directly.
|
|
|
|
|
|
```sh
|
|
|
-pnpm i stdf -D
|
|
|
+pnpm i stdf@next -D
|
|
|
# or
|
|
|
-npm i stdf -D
|
|
|
+npm i stdf@next -D
|
|
|
# or
|
|
|
-bun i stdf -D
|
|
|
+bun i stdf@next -D
|
|
|
```
|
|
|
|
|
|
## Usage
|
|
|
@@ -109,7 +109,7 @@ Please scan the QR code to access the mobile demo:
|
|
|
|
|
|
# Quick Try
|
|
|
|
|
|
-You can quickly try STDF on StackBlitz's [STDF Demo](https://stackblitz.com/github/any-tdf/demo-stdf?startScript=dev_en).
|
|
|
+You can quickly try STDF on StackBlitz's [STDF Demo](https://stackblitz.com/github/any-tdf/next-demo-stdf?startScript=dev_en).
|
|
|
|
|
|
# Feedback and Communication
|
|
|
|