bjyblog.php 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?php
  2. return [
  3. // 博客版本
  4. 'version' => 'v17.0.0',
  5. 'branch' => env('DEPLOY_BRANCH', 'master'),
  6. /**
  7. * 以下配置项会在 @see \App\Providers\ComposerServiceProvider::boot() 中被覆盖
  8. * 请勿直接修改本配置项文件
  9. */
  10. 'web_name' => '',
  11. 'head' => [
  12. 'title' => '',
  13. 'keywords' => '',
  14. 'description' => ''
  15. ],
  16. 'water' => [
  17. 'text' => '',
  18. 'size' => '',
  19. 'color' => '',
  20. ],
  21. 'icp' => '',
  22. 'admin_email' => '',
  23. 'notification_email' => '',
  24. 'statistics' => '',
  25. 'author' => '',
  26. 'baidu_site_url' => '',
  27. 'copyright_word' => '',
  28. 'alt_word' => '',
  29. 'qq_qun' => [
  30. 'article_id' => '',
  31. 'number' => '',
  32. 'code' => '',
  33. 'or_code' => '',
  34. ],
  35. 'seo' => [
  36. 'use_slug' => ''
  37. ],
  38. 'social_share' => [
  39. 'select_plugin' => '',
  40. 'jssocials_config' => '',
  41. 'sharejs_config' => ''
  42. ],
  43. 'logo_with_php_tag' => '',
  44. 'cdn_domain' => '',
  45. 'comment_audit' => '',
  46. 'social_links' => [
  47. 'github' => '',
  48. 'gitlab' => '',
  49. 'gitee' => '',
  50. 'twitter' => '',
  51. 'facebook' => '',
  52. 'vkontakte' => '',
  53. 'zhihu' => '',
  54. 'weibo' => '',
  55. 'upyun' => '',
  56. ],
  57. 'link_target' => '',
  58. 'breadcrumb' => '',
  59. 'licenses' => [
  60. 'allow_adaptation' => '',
  61. 'allow_commercial' => '',
  62. 'language' => '',
  63. ],
  64. 'theme' => '',
  65. 'upload_disks' => '',
  66. ];