mirror of
https://github.com/TommyFang2077/dsh-desktop.git
synced 2026-08-17 09:06:36 +08:00
Put a full-width product banner at the top of the README.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -21,9 +21,24 @@ capture() {
|
||||
echo "wrote $OUT/$name.png"
|
||||
}
|
||||
|
||||
capture_banner() {
|
||||
"$CHROME" \
|
||||
--headless=new \
|
||||
--disable-gpu \
|
||||
--no-sandbox \
|
||||
--hide-scrollbars \
|
||||
--force-device-scale-factor=2 \
|
||||
--window-size=1920,960 \
|
||||
--default-background-color=00000000 \
|
||||
--screenshot="$OUT/banner.png" \
|
||||
"file://$SRC/banner.html"
|
||||
echo "wrote $OUT/banner.png"
|
||||
}
|
||||
|
||||
mkdir -p "$OUT"
|
||||
capture splash "$SRC/splash.html"
|
||||
capture session "$SRC/session.html"
|
||||
capture vision "$SRC/vision.html"
|
||||
capture menu "$SRC/menu.html"
|
||||
capture_banner
|
||||
cp -f "$ROOT/ui/icon.png" "$OUT/icon.png"
|
||||
|
||||
Reference in New Issue
Block a user