Skip to content

Commit

Permalink
v2.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Apr 21, 2021
1 parent 4b84b64 commit 908b0ac
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "ShowDoc is a tool greatly applicable for an IT team to share documents online",
"keywords": ["showdoc","documents","Api"],
"homepage": "https://github.com/star7th/showdoc",
"version":"v2.8.14",
"version":"v2.8.15",
"license": "Apache-2.0",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"server": window.location.protocol +'//'+ window.location.host + window.location.pathname+ '../server/index.php?s=',
//"lang" :'en'
"lang" :'zh-cn'
}</script><link href=./static/css/app.dce040fa3e0f48279ab876530e0422ef.css rel=stylesheet></head><body class=grey-bg><div id=app></div><div style=display:none>本网站基于开源版showdoc搭建,仅供私人使用。如需访问showdoc官网,请在搜索引擎里搜索showdoc字样或者直接访问showdoc.com.cn</div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.1eb6213d11eb61d1bd46.js></script><script type=text/javascript src=./static/js/app.db8af3388f185d5f6dc1.js></script></body></html>
}</script><link href=./static/css/app.dce040fa3e0f48279ab876530e0422ef.css rel=stylesheet></head><body class=grey-bg><div id=app></div><div style=display:none>本网站基于开源版showdoc搭建,仅供私人使用。如需访问showdoc官网,请在搜索引擎里搜索showdoc字样或者直接访问showdoc.com.cn</div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.1eb6213d11eb61d1bd46.js></script><script type=text/javascript src=./static/js/app.0e27a0df21522c73317a.js></script></body></html>
20 changes: 10 additions & 10 deletions web/static/editor.md/lib/plantuml.js
Original file line number Diff line number Diff line change
Expand Up @@ -1733,14 +1733,14 @@ return function deflate(str, level) {

})();

onmessage = function worker(m) {
postMessage(deflate(m.data, 9));
};

onconnect = function sharedWorker(e) {
var port = e.ports[0];
port.onmessage = function(m) {
port.postMessage(deflate(m.data, 9));
};
};
// onmessage = function worker(m) {
// postMessage(deflate(m.data, 9));
// };

// onconnect = function sharedWorker(e) {
// var port = e.ports[0];
// port.onmessage = function(m) {
// port.postMessage(deflate(m.data, 9));
// };
// };

1 change: 1 addition & 0 deletions web/static/js/app.0e27a0df21522c73317a.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion web/static/js/app.db8af3388f185d5f6dc1.js

This file was deleted.

3 changes: 1 addition & 2 deletions web_src/static/editor.md/lib/plantuml.js
Original file line number Diff line number Diff line change
Expand Up @@ -1742,5 +1742,4 @@ return function deflate(str, level) {
// port.onmessage = function(m) {
// port.postMessage(deflate(m.data, 9));
// };
// };

// };

0 comments on commit 908b0ac

Please sign in to comment.