刘光辉
昨天 bb638871a7fb692d80f1b7a758f991dc0879002c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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}'