更新部分字段

This commit is contained in:
Krcia 2025-12-03 09:31:25 +08:00
parent 77ae41f320
commit baefb77dea
4 changed files with 10 additions and 10 deletions

View File

@ -1,11 +1,11 @@
{ {
".url": { ".url": {
"certimate.Application": { "certimate.Application": {
"title": "certimate", "title": "Certimate",
"icon": "images/icon_{0}.png", "icon": "images/icon_{0}.png",
"type": "url", "protocol": "http",
"protocol": "", "type": "iframe",
"port": "8080", "port": "8090",
"url": "/", "url": "/",
"allUsers": false "allUsers": false
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -1,10 +1,10 @@
appname = certimate appname = Certimate
version = 1.0.0 version = v0.4.7
display_name = display-name display_name = Certimate
desc = app-description desc = 证书自动化部署方案
arch = x86_64 arch = x86_64
source = thirdparty source = thirdparty
maintainer = your-name maintainer = Krcia
distributor = your-name distributor = Krcia
desktop_uidir = ui desktop_uidir = ui
desktop_applaunchname = certimate.Application desktop_applaunchname = certimate.Application