Skip to content

Commit

Permalink
4.49 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kalcaddle committed Aug 25, 2022
1 parent 881b9a2 commit 8252376
Show file tree
Hide file tree
Showing 29 changed files with 48 additions and 88 deletions.
2 changes: 1 addition & 1 deletion app/controller/utils.php

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions app/template/api/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@
seajs.config({
base: "<?php echo STATIC_PATH;?>js/",
preload: ["lib/jquery-1.8.0.min",'lib/ace/src-min-noconflict/ace'],
map:[
[ /^(.*\.(?:css|js))(.*)$/i,'$1$2?ver='+G.version]
]
map:[[/^(.*\.(?:css|js|html|htm|json|text))([\?|#].*)$/i,'$1$2?ver='+G.version]]
});
seajs.use("<?php echo STATIC_JS;?>/src/api/view/main");
</script>
Expand Down
7 changes: 0 additions & 7 deletions app/template/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ <h1><?php echo LNG('app');?></h1>

<?php include(TEMPLATE.'common/footerCommon.html');?>
<script type="text/javascript">
seajs.config({
base: "<?php echo STATIC_PATH;?>js/",
preload: ["lib/jquery-1.8.0.min"],
map:[
[ /^(.*\.(?:css|js))(.*)$/i,'$1$2?ver='+G.version]
]
});
seajs.use('app/src/app/main');
</script>
</body>
Expand Down
10 changes: 3 additions & 7 deletions app/template/common/footerCommon.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,9 @@
?>
seajs.config({
base: "<?php echo STATIC_PATH;?>js/",
preload: [
"lib/jquery-1.8.0.min",
],
map:[
[ /^(.*\.(?:css|js))(.*)$/i,'$1$2?ver='+G.version]
]
preload: ["lib/jquery-1.8.0.min"],
map:[[/^(.*\.(?:css|js|html|htm|json|text))([\?|#].*)$/i,'$1$2?ver='+G.version]]
});
if(navigator.serviceWorker){navigator.serviceWorker.register('./?share/manifestJS');}
</script>
<?php Hook::trigger('templateCommonFooter');?>
<?php Hook::trigger('templateCommonFooter');?>
7 changes: 0 additions & 7 deletions app/template/user/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ <h3><?php echo LNG('php_env_check');?></h3>
alert('js文件不完整,请查看浏览器控制台和服务器配置是否正常。或检查文件是否被修改(或咨询主机商压缩js导致文件损坏);[js load error!]');
}
},1000);
seajs.config({
base: "<?php echo STATIC_PATH;?>js/",
preload: ["lib/jquery-1.8.0.min"],
map:[
[ /^(.*\.(?:css|js))(.*)$/i,'$1$2?ver='+G.version]
]
});
seajs.use("<?php echo STATIC_JS;?>/src/user/main");
</script>

Expand Down
7 changes: 0 additions & 7 deletions app/template/user/license.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@
<?php $GLOBALS['loadCommonJs'] = true;?>
<?php include(TEMPLATE.'common/footer.html');?>
<script type="text/javascript" >
seajs.config({
base: "<?php echo STATIC_PATH;?>js/",
preload: ["lib/jquery-1.8.0.min"],
map:[
[ /^(.*\.(?:css|js))(.*)$/i,'$1$2?ver='+G.version]
]
});
seajs.use("<?php echo STATIC_JS;?>/src/user/main");
</script>
</body>
Expand Down
7 changes: 0 additions & 7 deletions app/template/user/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,6 @@
alert('js文件不完整,请查看浏览器控制台和服务器配置是否正常。或检查文件是否被修改(或咨询主机商压缩js导致文件损坏);[js load error!]');
}
},1000);
seajs.config({
base: "<?php echo STATIC_PATH;?>js/",
preload: ["lib/jquery-1.8.0.min"],
map:[
[ /^(.*\.(?:css|js))(.*)$/i,'$1$2?ver='+G.version]
]
});
seajs.use("<?php echo STATIC_JS;?>/src/user/main");
</script>
</body>
Expand Down
7 changes: 0 additions & 7 deletions app/template/user/loginWap.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@
<?php $GLOBALS['loadCommonJs'] = true;?>
<?php include(TEMPLATE.'common/footer.html');?>
<script type="text/javascript" >
seajs.config({
base: "<?php echo STATIC_PATH;?>js/",
preload: ["lib/jquery-1.8.0.min"],
map:[
[ /^(.*\.(?:css|js))(.*)$/i,'$1$2?ver='+G.version]
]
});
seajs.use("<?php echo STATIC_JS;?>/src/user/main");
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion plugins/toolsCommon/static/pie/.pie.tif

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/js/app/src/api/default/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/js/app/src/api/view/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/js/app/src/app/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/js/app/src/desktop/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/js/app/src/edit/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/js/app/src/editor/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/js/app/src/explorer/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/js/app/src/explorerWap/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/js/app/src/plugins/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/js/app/src/setting/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/js/app/src/shareEditor/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/js/app/src/shareExplorer/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/js/app/src/shareIndex/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/js/app/src/user/main.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions static/js/lib/seajs/sea.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/style/skin/base/app_code_edit.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/style/skin/base/app_desktop.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/style/skin/base/app_editor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions static/style/skin/base/app_explorer.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions static/style/skin/base/app_setting.css

Large diffs are not rendered by default.

0 comments on commit 8252376

Please sign in to comment.