Fixed compressed SyntaxHighlighter issue

This commit is contained in:
斟酌 鵬兄 2022-04-05 23:16:58 +09:00
parent 5acc48289c
commit 3b4ba29b6e
5 changed files with 942 additions and 6 deletions

View File

@ -31,7 +31,7 @@
, "Python" , "python"
, "Perl" , "perl"
, "Ruby" , "ruby"
, "Html/Xml" , "html"
, "Html/Xml" , "xml"
, "Java" , "java"
, "JavaScript" , "js"
, "SQL" , "sql"

View File

@ -51,7 +51,7 @@
/** @type {Libraries.SyntaxHighlighter} */
var synt = __import( SyntaxHighlighter );
synt.defaults["toolbar"] = false;
synt.defaults.toolbar = false;
synt.defaults["quick-code"] = false;
synt.highlight();
break;

View File

@ -21,6 +21,8 @@
/** @type {Libraries.SyntaxHighlighter} */
var SyntaxHighlighter = __import( "Libraries.SyntaxHighlighter" );
var XRegExp = __import( "Libraries.XRegExp" );
/** @type {Libraries.SyntaxHighlighter.Brush} **/
var Brush = function()
{

File diff suppressed because one or more lines are too long

View File

@ -26,7 +26,7 @@ spec:
mountPath: "/app/cache"
containers:
- name: web
image: registry.k8s.astropenguin.net/astrojs:2022.04.05.05
image: registry.k8s.astropenguin.net/astrojs:2022.04.05.06
securityContext:
runAsGroup: 1001
runAsNonRoot: true
@ -50,7 +50,7 @@ spec:
- name: redis
image: redis:6.0.8-alpine
- name: compiler
image: registry.k8s.astropenguin.net/astrojs:2022.04.05.05
image: registry.k8s.astropenguin.net/astrojs:2022.04.05.06
securityContext:
runAsGroup: 1001
runAsNonRoot: true