启用studyenv
This commit is contained in:
parent
724e83636a
commit
4b928f85b0
|
@ -97,7 +97,6 @@
|
||||||
{{{ content }}}
|
{{{ content }}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--
|
|
||||||
<mdui-dialog headline="Study Env (press esc to close)" close-on-esc id="study-env-dialog">
|
<mdui-dialog headline="Study Env (press esc to close)" close-on-esc id="study-env-dialog">
|
||||||
<iframe src="about:blank" style="height:80%;width:99%" id="study-env-iframe"></iframe>
|
<iframe src="about:blank" style="height:80%;width:99%" id="study-env-iframe"></iframe>
|
||||||
</mdui-dialog>
|
</mdui-dialog>
|
||||||
|
@ -107,7 +106,7 @@
|
||||||
document.getElementById("study-env-dialog").open = true
|
document.getElementById("study-env-dialog").open = true
|
||||||
document.getElementById("study-env-iframe").src = "http://jslinux.cxykevin.top"
|
document.getElementById("study-env-iframe").src = "http://jslinux.cxykevin.top"
|
||||||
});
|
});
|
||||||
</script>-->
|
</script>
|
||||||
|
|
||||||
<div style="height:10em;margin-top:2em;margin-left:2em;margin-right:2em;display:flex">
|
<div style="height:10em;margin-top:2em;margin-left:2em;margin-right:2em;display:flex">
|
||||||
{{#previous}}
|
{{#previous}}
|
||||||
|
|
Reference in New Issue