File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed
Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Serein 的插件系统是其最强大的特色功能,让你能够通过自定
3636 - 通常体量较小,不适于大型插件开发
3737 - 运行速度较慢
3838
39- ### NET
39+ ### . NET
4040
4141::: warning
4242
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ import { themes as prismThemes } from 'prism-react-renderer';
55
66const config : Config = {
77 title : 'Serein' ,
8- tagline : '一款支持多服务器统一管理、群服互通、网页远程控制、插件扩展等功能,专为游戏服务器设计的自动化管理工具' ,
8+ tagline :
9+ '一款支持多服务器统一管理、群服互通、网页远程控制、插件扩展等功能,专为游戏服务器设计的自动化管理工具' ,
910 favicon : 'logo.png' ,
1011
1112 url : 'https://sereindev.github.io' ,
@@ -37,7 +38,6 @@ const config: Config = {
3738 versions : {
3839 current : {
3940 label : '2.1.0' ,
40- noIndex : true ,
4141 } ,
4242 } ,
4343 lastVersion : 'current' ,
@@ -68,9 +68,9 @@ const config: Config = {
6868 } ,
6969
7070 algolia : {
71- appId : '9JV37DHKB8 ' ,
72- apiKey : '5e34f354e8d57d9a7e97e77ef0e21a8c ' ,
73- indexName : 'sereindevio ' ,
71+ appId : 'VKICGVYQDT ' ,
72+ apiKey : '56c7260bfa6530fc4fcfffab941a8e18 ' ,
73+ indexName : 'sereindocs ' ,
7474 contextualSearch : true ,
7575 } ,
7676
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+
4+ < head >
5+ < meta name ="algolia-site-verification " content ="9301132175A07D6A " />
6+ < title > Algolia Verification</ title >
7+ </ head >
8+
9+ < body > </ body >
10+
11+ </ html >
You can’t perform that action at this time.
0 commit comments