第一次提交

This commit is contained in:
2025-07-04 09:46:43 +08:00
commit 377e2fcbc5
265 changed files with 63644 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
// Exports the "autosave" plugin for usage with module loaders
// Usage:
// CommonJS:
// require('tinymce/plugins/autosave')
// ES2015:
// import 'tinymce/plugins/autosave'
require('./plugin.js');