增加图标文件

master
yutent 2024-01-25 16:46:18 +08:00
parent c708d1ec42
commit e504aae9f3
3 changed files with 2 additions and 2 deletions

BIN
icons/128x128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
icons/256x256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -13,11 +13,11 @@ from _docker import Docker
APP_ID = 'fun.wkit.dooke'
APP_ID = 'io.github.yutent.dooke'
__dir__ = os.path.dirname(os.path.realpath(__file__))
web_root = os.path.join(__dir__, './webapp')
home_dir = os.getenv('HOME')
client = Docker()