IceWhaleTech / CasaOS

CasaOS - A simple, easy-to-use, elegant open-source Personal Cloud system.
https://casaos.io
Apache License 2.0
26.28k stars 1.44k forks source link

[Bug] #1326

Open LIFLYI opened 1 year ago

LIFLYI commented 1 year ago

前几次图标可以正常的显示,但是后几次图标就显示异常,首先是不显示,后面是显示蓝色的图标(文件管理器和软件商店不受影响),我还使用了手机端的edge浏览器访问,但是还是一样显示异常。 The icon can be displayed normally for the first few times, but the icon is displayed abnormally for the later several times, the first is not displayed, and then the blue icon is displayed (the file manager and software store are not affected). I also used the edge browser on the mobile terminal to access the icon, but the display is still abnormal.

zhanghengxin commented 1 year ago

Provide us with some pictures of your issue.

zhanghengxin commented 1 year ago

which App did you say. Provide us with some pictures of your issue.

jerrykuku commented 1 year ago

If all these apps are installed from the app store, I think it would be a network issue. Also we are trying to figure out how to localize the store icons.

WisdomSky commented 1 year ago

If all these apps are installed from the app store, I think it would be a network issue. Also we are trying to figure out how to localize the store icons.

@jerrykuku @zhanghengxin I've had this issue happened to me in one of the apps. It's probably due to jsdeliver. It says something related to package size exceeded the configured limit or something when you try to access the icons from a browser.

I think this could be solved by replacing all icons using jsdeliver with a direct github link. but I'm not sure.

https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/icon.png

into

https://github.com/IceWhaleTech/CasaOS-AppStore/blob/main/Apps/AdGuardHome/icon.png?raw=true
jerrykuku commented 1 year ago

For most countries this approach is feasible. Very few will have issues with not being able to access Github.

LIFLYI commented 1 year ago

我不明白你的意思

I don't know what you mean

原始邮件

发件人:"老竭力"< @.*** >;

发件时间:2023/9/17 21:47

收件人:"IceWhaleTech/CasaOS"< @.*** >;

抄送人:"wslfl"< @. >;"Author"< @. >;

主题:Re: [IceWhaleTech/CasaOS] [Bug] (Issue #1326)

For most countries this approach is feasible. Very few will have issues with not being able to access Github.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

jerrykuku commented 12 months ago

If you are in China, not being able to connect to jsdelivr is common. You can try @WisdomSky's method.