mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-27 03:09:45 +02:00
fix resource load
This commit is contained in:
@ -4,7 +4,7 @@ jsfiles =
|
||||
|
||||
cssfiles = main.css
|
||||
|
||||
copyfiles = scheme.html package.json
|
||||
copyfiles = scheme.html package.json icon.png
|
||||
|
||||
|
||||
PKG_NAME=DummyApp
|
||||
|
BIN
src/packages/DummyApp/icon.png
Normal file
BIN
src/packages/DummyApp/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
@ -0,0 +1,7 @@
|
||||
.dummyapp-icon {
|
||||
background-image: url("icon.png");
|
||||
background-color: blueviolet;
|
||||
display: block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
Reference in New Issue
Block a user