Closed hellodk34 closed 2 years ago
Ohhh, I found this way to achieve my needs.
Into the container( docker exec -it CONTAINER_NAME bash
), and edit this file: /usr/local/tomcat/webapps/draw/index.html
go to line 39 (may be not very accurate), found this line, code like this: var urlParams = (function()
before return result;
add following code:
result['lang'] = 'zh'; // 开启默认中文
result['browser'] = '1'; // 开启浏览器缓存
result['mode'] = 'browser'; // 默认使用浏览器缓存
save this file and exit container and restart this container, and then works!
Just like the title, if not, would you consider supporting this feature.
thanks for developing this!