临时文件

This commit is contained in:
dell
2025-02-19 16:05:53 +08:00
parent b915c54c63
commit 4071d8f337
46 changed files with 69286 additions and 0 deletions

View File

@ -0,0 +1,17 @@
var isLocalStorage = false;
var mxLoadStylesheets = false;
function getUrlParam(param)
{
var result = (new RegExp(param + '=([^&]*)')).exec(window.location.search);
if (result != null && result.length > 0)
{
return decodeURIComponent(result[1].replace(/\+/g, '%20'));
}
return null;
};
var remoteMath = getUrlParam('remoteMath') == '1';
var fallbackFont = getUrlParam('fallbackFont');