feat: Add richer card theme support (#1809)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
# This script copies icons out of the source tree for documentation.
|
||||
|
||||
FRIGATE="./src/camera-manager/frigate/assets/frigate.svg"
|
||||
IRIS="./src/images/iris.svg"
|
||||
MOTIONEYE="./src/camera-manager/motioneye/assets/motioneye.svg"
|
||||
REOLINK="./src/camera-manager/reolink/assets/reolink.svg"
|
||||
DIR_ICONS="./docs/images/icons"
|
||||
@@ -14,5 +15,6 @@ copy() {
|
||||
}
|
||||
|
||||
copy "$FRIGATE"
|
||||
copy "$IRIS"
|
||||
copy "$MOTIONEYE"
|
||||
copy "$REOLINK"
|
||||
|
||||
Reference in New Issue
Block a user