fix: 漏了一个

This commit is contained in:
耗子 2025-10-16 18:02:24 +08:00
parent 80a3ce5c0d
commit 9d9d4ba908
No known key found for this signature in database
GPG Key ID: C964D7226D045DAA
2 changed files with 2 additions and 1 deletions

View File

@ -492,7 +492,7 @@ if (!function_exists('echo_value')) {
}
})();
$.getScript('//cdn.bootcdn.net/ajax/libs/prettify/r298/prettify.min.js', function(){
$.getScript('/static/js/prettify.min.js', function(){
prettyPrint();
});
})();

1
public/static/js/prettify.min.js vendored Normal file

File diff suppressed because one or more lines are too long