ONLYOFFICE / build_tools

Used to build ONLYOFFICE DocumentServer-related products
https://www.onlyoffice.com
GNU Affero General Public License v3.0
104 stars 186 forks source link

Do not have the icon #882

Closed yuanphoenix closed 2 weeks ago

yuanphoenix commented 3 weeks ago

Describe your problem:

Comlile success ,And i run it in Java Spring example. but i do not have icon.I think it is abnormal. image

the master branch.Anything wrong?

igwyd commented 2 weeks ago

Hello @yuanphoenix, please try with nodejs example https://api.onlyoffice.com/docs/docs-api/get-started/language-specific-examples/nodejs-example/. I'll ask collegue to check Java Spring example.

yuanphoenix commented 2 weeks ago

Hello @yuanphoenix, please try with nodejs example https://api.onlyoffice.com/docs/docs-api/get-started/language-specific-examples/nodejs-example/. I'll ask collegue to check Java Spring example.

I user the official docker image.It can show the icon,so I think it is not the java's problem.Maybe I meet some compile question on this project.Do you know where are these icon from?

igwyd commented 2 weeks ago

As i know they should be downloaded from this repository https://github.com/ONLYOFFICE/web-apps/tree/8b6e1dbf6ff6025632ae3c4750db02949ad458ea/apps/documenteditor/main/resources/img/toolbar for documenteditor for example

yuanphoenix commented 2 weeks ago

I compile it again.It works well now.

image