Customisation: различия между версиями
Нет описания правки |
IronBot (обсуждение | вклад) ([IronBot] Sync EN/UK localization from RU) |
||
| (не показана 1 промежуточная версия 1 участника) | |||
| Строка 1: | Строка 1: | ||
[[ | '''en''' | [[Кастомізація|uk]] | [[Кастомизация|ru]] | ||
The client can add its own JavaScripts to the system, as well as add its own css styles or re-assign existing ones. | The client can add its own JavaScripts to the system, as well as add its own css styles or re-assign existing ones. | ||
| Строка 5: | Строка 5: | ||
The files should be used for these purposes: | The files should be used for these purposes: | ||
userside3/main/js/user_script.js | For versions '''up to 3.19''': | ||
userside3/main/skins/user_style.css | |||
/userside3/main/js/user_script.js | |||
/userside3/main/skins/user_style.css | |||
For versions '''3.19 and above''': | |||
/public/main/js/user_script.js | |||
/public/main/skins/user_style.css | |||
If there are no such files, then create them. They are not overwritten during the update. | If there are no such files, then create them. They are not overwritten during the update. | ||
Текущая версия от 16:50, 23 мая 2026
The client can add its own JavaScripts to the system, as well as add its own css styles or re-assign existing ones.
The files should be used for these purposes:
For versions up to 3.19:
/userside3/main/js/user_script.js /userside3/main/skins/user_style.css
For versions 3.19 and above:
/public/main/js/user_script.js /public/main/skins/user_style.css
If there are no such files, then create them. They are not overwritten during the update.