⚡ Add new CDN vendor who name is qiniu & bootcdn.
This commit is contained in:
@@ -103,6 +103,7 @@ enableRobotsTXT: true
|
||||
# 强制输出时压缩文件
|
||||
# Compress all files when output
|
||||
minify:
|
||||
minifyOutput: true
|
||||
|
||||
#--------------------------------------
|
||||
# 菜单配置说明
|
||||
@@ -302,7 +303,7 @@ params:
|
||||
enable: true
|
||||
# 组件类型,可选值为: 51la, busuanzi
|
||||
# 使用51la时需要注册账号:https://invite.51.la/1NUfGTS1?target=V6
|
||||
# Plguin value is: 51la, busuzazi
|
||||
# Plguin value is: 51la, busuanzi
|
||||
plugin: busuanzi
|
||||
|
||||
# 社交链接地址
|
||||
@@ -809,7 +810,8 @@ params:
|
||||
# Waline comments system
|
||||
# More info seee: https://waline.js.org/
|
||||
waline:
|
||||
pageView: '#waline-pageview-count'
|
||||
pageView: true
|
||||
comment: true
|
||||
placeholder: "请文明发言哟 ヾ(≧▽≦*)o"
|
||||
sofa: "快来发表你的意见吧 (≧∀≦)ゞ"
|
||||
emoji: false
|
||||
@@ -1091,14 +1093,15 @@ params:
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
vendors:
|
||||
vendors:
|
||||
# The CDN provider of NexT internal scripts.
|
||||
# Available values: local | unpkg | cdnjs | custom
|
||||
# Available values: local | unpkg | cdnjs | qiniu | bootcdn | custom
|
||||
# Warning: If you are using the latest master branch of NexT, please set `internal: local`
|
||||
internal: local
|
||||
# The default CDN provider of third-party plugins.
|
||||
# Available values: local | unpkg | cdnjs | custom
|
||||
# Available values: local | unpkg | cdnjs| qiniu | bootcdn | custom
|
||||
# Dependencies for `plugins: local`: https://github.com/next-theme/plugins
|
||||
plugins: unpkg
|
||||
plugins: qiniu
|
||||
# TODO
|
||||
# Custom CDN URL
|
||||
# For example:
|
||||
|
||||
Reference in New Issue
Block a user