From 34981c30a78e8bbd7791131059a9210f9928b62c Mon Sep 17 00:00:00 2001
From: 刘光辉 <347230014@qq.com>
Date: 星期四, 17 九月 2026 09:24:09 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into master
---
config/generated/onlyoffice-plugins-dev.yaml | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/config/generated/onlyoffice-plugins-dev.yaml b/config/generated/onlyoffice-plugins-dev.yaml
new file mode 100644
index 0000000..d170d5e
--- /dev/null
+++ b/config/generated/onlyoffice-plugins-dev.yaml
@@ -0,0 +1,29 @@
+'plugins':
+ 'definitions':
+ 'eln-template-annotator':
+ 'guid': 'asc.{2D6D6CB6-F6FC-45B7-8EC7-0CC1940F1A6F}'
+ 'version': '0.1.0'
+ 'public-base-url': 'http://localhost:4173/onlyoffice-plugins'
+ 'release': '0.1.0-dev'
+ 'api-base-url': 'http://localhost:30000'
+ 'eln-template-filler':
+ 'guid': 'asc.{7F4E8F35-5D66-47F8-A5B4-6AB3FAACF565}'
+ 'version': '0.1.0'
+ 'public-base-url': 'http://localhost:4173/onlyoffice-plugins'
+ 'release': '0.1.0-dev'
+ 'api-base-url': 'http://localhost:30000'
+ 'scenes':
+ - 'biz-scene': 'eln.template.annotate'
+ 'biz-module': 'eln.template'
+ 'plugin-codes':
+ - 'eln-template-annotator'
+ 'autostart-plugin-code': 'eln-template-annotator'
+ 'disabled-plugin-guids':
+ - 'asc.{AA2EA9B6-9EC2-415F-9762-634EE8D9A95E}'
+ - 'biz-scene': 'eln.template.fill'
+ 'biz-module': 'eln.template'
+ 'plugin-codes':
+ - 'eln-template-filler'
+ 'autostart-plugin-code': 'eln-template-filler'
+ 'disabled-plugin-guids':
+ - 'asc.{AA2EA9B6-9EC2-415F-9762-634EE8D9A95E}'
--
Gitblit v1.8.0