Update: 更新ace (version: 1.39.0)

This commit is contained in:
王立帮
2025-03-11 14:29:04 +08:00
parent f2e9e22102
commit 596bffb8cb
27 changed files with 69 additions and 21 deletions

View File

@@ -0,0 +1,8 @@
; (function() {
ace.require(["ace/snippets/basic"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();