Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

求教os图片如何显示 #1

Open
nddwss opened this issue Jan 10, 2024 · 2 comments
Open

求教os图片如何显示 #1

nddwss opened this issue Jan 10, 2024 · 2 comments

Comments

@nddwss
Copy link

nddwss commented Jan 10, 2024

使用的是https://github.com/cppla/ServerStatus

    "servers":
[
	{
		"username": "s01",
		"name": "vps-1",
		"type": "kvm",
		"host": "chengdu",
		"location": "🇨🇳",
		"password": "USER_DEFAULT_PASSWORD",
		"monthstart": 1
	},
]

请问如何能让os图显示,谢谢

@orilights
Copy link
Owner

显示系统图标需要 ServerStatus 服务端返回系统信息,比如 zdz/ServerStatus-Rust 返回的 labels 会附带系统信息

image

cppla/ServerStatus 没有返回相关的信息,没办法显示

image

要显示的话,要么换用 zdz/ServerStatus-Rust ,要么修改现有的服务端让其返回相关数据

@nddwss
Copy link
Author

nddwss commented Jan 10, 2024

显示系统图标需要 ServerStatus 服务端返回系统信息,比如zdz/ServerStatus-Rust返回的标签会附带系统信息

图像

cppla/ServerStatus没有返回相关的信息,没办法显示

图像

要显示的话,或者用zdz/ServerStatus-Rust换,或者修改现有的服务端使其返回相关数据

明白,感谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants