mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 13:27:16 +00:00
Improve demo flow with light/dark theme-specific assets
This commit is contained in:
parent
a7d9533db1
commit
d7d870a662
4 changed files with 12 additions and 4 deletions
|
|
@ -361,7 +361,7 @@
|
|||
CODE_SIGNING_ALLOWED = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 436;
|
||||
CURRENT_PROJECT_VERSION = 437;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = CS727NF72U;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
|
|
@ -444,7 +444,7 @@
|
|||
CODE_SIGNING_ALLOWED = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 436;
|
||||
CURRENT_PROJECT_VERSION = 437;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = CS727NF72U;
|
||||
ENABLE_APP_SANDBOX = YES;
|
||||
|
|
|
|||
|
|
@ -283,7 +283,11 @@ Availability legend: `Full` = complete support, `Partial` = available with platf
|
|||
<p align="center">4. Adjust settings/theme and continue editing: <a href="docs/images/iphone-editor-clean.png"><code>docs/images/iphone-editor-clean.png</code></a></p>
|
||||
|
||||
<p align="center">
|
||||
<img src="docs/images/neon-demo.gif" alt="Neon Vision Editor Demo">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: light)" srcset="docs/images/neon-demo-light.gif">
|
||||
<source media="(prefers-color-scheme: dark)" srcset="docs/images/neon-demo.gif">
|
||||
<img src="docs/images/neon-demo.gif" alt="Neon Vision Editor Demo">
|
||||
</picture>
|
||||
</p>
|
||||
|
||||
### macOS Editor Screenshot
|
||||
|
|
|
|||
|
|
@ -26,7 +26,11 @@ This index describes screenshot assets in `docs/images` and where they are used.
|
|||
|
||||
- `neon-demo.gif`
|
||||
- Description: Short animated loop generated from the three screenshots.
|
||||
- Used in: Root `README.md` (`1-Minute Demo Flow`).
|
||||
- Used in: Root `README.md` (`1-Minute Demo Flow`, dark mode source).
|
||||
|
||||
- `neon-demo-light.gif`
|
||||
- Description: Light-mode variant of the demo loop with a neutral light canvas background.
|
||||
- Used in: Root `README.md` (`1-Minute Demo Flow`, light mode source).
|
||||
|
||||
- `release-download-trend.svg`
|
||||
- Description: Generated download/clones chart.
|
||||
|
|
|
|||
BIN
docs/images/neon-demo-light.gif
Normal file
BIN
docs/images/neon-demo-light.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 MiB |
Loading…
Reference in a new issue