diff --git a/config/default.js b/config/default.js index be06cb09..7bd1d0df 100644 --- a/config/default.js +++ b/config/default.js @@ -6,7 +6,8 @@ const config = { [ './config/docusaurus-dynamic-copyright-plugin', { - copyright: `

©2013~${new Date().getFullYear()} SRS

`, + copyright: `

©2013~${new Date().getFullYear()} OSSRS Community

`, + copyright2: `

©2013~${new Date().getFullYear()} OSSRS 京ICP备19056366号-1

`, footerStyle: 'dark', }, ], diff --git a/config/docusaurus-dynamic-copyright-plugin.js b/config/docusaurus-dynamic-copyright-plugin.js index c9b1254b..2ea2e081 100644 --- a/config/docusaurus-dynamic-copyright-plugin.js +++ b/config/docusaurus-dynamic-copyright-plugin.js @@ -17,7 +17,7 @@ module.exports = function (context, options) { `, ], diff --git a/config/zh-cn.js b/config/zh-cn.js index 8c96d9c1..c78025c3 100644 --- a/config/zh-cn.js +++ b/config/zh-cn.js @@ -6,7 +6,8 @@ const config = { [ './config/docusaurus-dynamic-copyright-plugin', { - copyright: `

©2013~${new Date().getFullYear()} SRS 京ICP备19056366号-1

`, + copyright: `

©2013~${new Date().getFullYear()} OSSRS Community

`, + copyright2: `

©2013~${new Date().getFullYear()} OSSRS 京ICP备19056366号-1

`, footerStyle: 'dark', }, ],