diff --git a/web/index.html b/web/index.html
index 1842b7f..037a046 100644
--- a/web/index.html
+++ b/web/index.html
@@ -1,19 +1,18 @@
-
ShowDoc
\ No newline at end of file
+// 挂在window下的全局配置
+window.DocConfig = {
+ // "server":'http://127.0.0.1/showdoc/server/index.php?s=',
+ 'server': window.location.protocol + '//' + window.location.host + window.location.pathname + '../server/index.php?s=',
+ // "lang" :'en'
+ 'lang': 'zh-cn'
+}本网站基于开源版showdoc搭建,仅供私人使用。如需访问showdoc官网,请在搜索引擎里搜索showdoc字样或者直接访问showdoc.com.cn