moe-config-default.js 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /*
  2. * This file is part of Moeditor.
  3. *
  4. * Copyright (c) 2016 Menci <huanghaorui301@gmail.com>
  5. *
  6. * Moeditor is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * Moeditor is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with Moeditor. If not, see <http://www.gnu.org/licenses/>.
  18. */
  19. 'use strict';
  20. module.exports = {
  21. 'locale': 'default',
  22. 'debug': false,
  23. 'scale-factor': 1,
  24. 'tab-size': 4,
  25. 'zoom-level': 1.2,
  26. 'edit-mode': 'preview',
  27. 'edit-mode-read': 'read',
  28. 'edit-mode-write': 'write',
  29. 'focus-mode': false,
  30. 'editor-font': 'default',
  31. 'editor-theme': 'base16-light',
  32. 'editor-font-size': 14,
  33. 'editor-line-height': 2,
  34. 'math': true,
  35. 'uml-diagrams': true,
  36. 'auto-reload': 'prompt',
  37. 'auto-save': 'prompt',
  38. 'highlight-theme': 'github',
  39. 'render-theme': '*GitHub',
  40. 'custom-render-themes': {},
  41. 'custom-csss': {},
  42. 'editor-ShowLineNumber': false,
  43. 'hexo-auto-setting': false,
  44. 'hexo-config-enable': false,
  45. 'hexo-config': '',
  46. 'hexo-tag-paths': [] ,
  47. 'image-source-center': '',
  48. 'image-web-type':'sm',
  49. 'image-qiniu-accessKey':'',
  50. 'image-qiniu-secretKey':'',
  51. 'image-qiniu-bucket':'',
  52. 'image-qiniu-url-protocol': 'http://',
  53. 'image-qiniu-url':'',
  54. 'image-cos-accessKey':'',
  55. 'image-cos-secretKey':'',
  56. 'image-cos-bucket':'|',
  57. 'image-cos-url-protocol': 'http://',
  58. 'image-cos-url':'',
  59. 'image-back-type': 2
  60. };