|
|
@@ -4,8 +4,10 @@
|
|
|
[](https://github.com/dufu1991/stdf/actions/workflows/auto-releases.yml)
|
|
|
[](https://github.com/dufu1991/stdf/actions/workflows/auto-deploy.yml)
|
|
|
|
|
|
- <img src="https://stdf.design/assets/favicon_logo_dark/android-chrome-512x512.png#gh-dark-mode-only" alt="logo" width="100" height="auto" />
|
|
|
- <img src="https://stdf.design/assets/favicon_logo/android-chrome-512x512.png#gh-light-mode-only" alt="logo" width="100" height="auto" />
|
|
|
+ <picture>
|
|
|
+ <source media="(prefers-color-scheme: dark)" srcset="https://stdf.design/assets/favicon_logo_dark/android-chrome-512x512.png">
|
|
|
+ <img src="https://stdf.design/assets/favicon_logo/android-chrome-512x512.png" alt="logo" width="100" height="auto" />
|
|
|
+ </picture>
|
|
|
<h1>S T D F</h1>
|
|
|
|
|
|
[](https://www.npmjs.com/package/stdf)
|
|
|
@@ -67,8 +69,10 @@ import { Button } from 'stdf';
|
|
|
|
|
|
You can scan the QR code below on your mobile phone to access the mobile demo:
|
|
|
|
|
|
-<img src="https://stdf.design/assets/qr/demo_en_dark.png#gh-dark-mode-only" width="220" height="220" >
|
|
|
-<img src="https://stdf.design/assets/qr/demo_en.png#gh-light-mode-only" width="220" height="220" >
|
|
|
+<picture>
|
|
|
+ <source media="(prefers-color-scheme: dark)" srcset="https://stdf.design/assets/qr/demo_en_dark.png">
|
|
|
+ <img src="https://stdf.design/assets/qr/demo_en.png" width="220" height="220" >
|
|
|
+</picture>
|
|
|
|
|
|
# License
|
|
|
|