diff --git a/README-zh.md b/README-zh.md index 9ad78d8..09fa8ab 100644 --- a/README-zh.md +++ b/README-zh.md @@ -153,6 +153,7 @@ Luckysheet是MIT许可的开源项目,其持续稳定的开发离不开这些 - debugger ¥ 20 - 烦了烦 ¥ 10 - 文顶顶 ¥ 200 +- yangxshn ¥ 10 ## 贡献者和感谢 @@ -171,6 +172,7 @@ Luckysheet是MIT许可的开源项目,其持续稳定的开发离不开这些 - [@TimerGang](https://github.com/TimerGang) - [@gsw945](https://github.com/gsw945) - [@swen-xiong](https://github.com/swen-xiong) +- [@lzmch](https://github.com/lzmch) ## 版权信息 [MIT](http://opensource.org/licenses/MIT) diff --git a/README.md b/README.md index 4da8b8f..fee146d 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ Funds donated via Patreon go directly to support mengshukeji's work on Luckyshee - debugger ¥ 20 - 烦了烦 ¥ 10 - 文顶顶 ¥ 200 +- yangxshn ¥ 10 ## Authors and acknowledgment @@ -168,6 +169,7 @@ Funds donated via Patreon go directly to support mengshukeji's work on Luckyshee - [@TimerGang](https://github.com/TimerGang) - [@gsw945](https://github.com/gsw945) - [@swen-xiong](https://github.com/swen-xiong) +- [@lzmch](https://github.com/lzmch) ## License [MIT](http://opensource.org/licenses/MIT) diff --git a/docs/about/README.md b/docs/about/README.md index 66ce5dc..f51c6ec 100644 --- a/docs/about/README.md +++ b/docs/about/README.md @@ -16,4 +16,5 @@ Luckysheet is a project led by an individual and jointly developed by several fr - [@javahuang](https://github.com/javahuang) - [@TimerGang](https://github.com/TimerGang) - [@gsw945](https://github.com/gsw945) -- [@swen-xiong](https://github.com/swen-xiong) \ No newline at end of file +- [@swen-xiong](https://github.com/swen-xiong) +- [@lzmch](https://github.com/lzmch) \ No newline at end of file diff --git a/docs/about/sponsor.md b/docs/about/sponsor.md index a3b778a..bf91eb0 100644 --- a/docs/about/sponsor.md +++ b/docs/about/sponsor.md @@ -34,3 +34,4 @@ Funds donated via Patreon go directly to support mengshukeji's work on Luckyshee - debugger ¥ 20 - 烦了烦 ¥ 10 - 文顶顶 ¥ 200 +- yangxshn ¥ 10 diff --git a/docs/zh/about/README.md b/docs/zh/about/README.md index 4d89284..67855b3 100644 --- a/docs/zh/about/README.md +++ b/docs/zh/about/README.md @@ -16,4 +16,5 @@ Luckysheet是由个人主导、几个志同道合的小伙伴一同开发的项 - [@javahuang](https://github.com/javahuang) - [@TimerGang](https://github.com/TimerGang) - [@gsw945](https://github.com/gsw945) -- [@swen-xiong](https://github.com/swen-xiong) \ No newline at end of file +- [@swen-xiong](https://github.com/swen-xiong) +- [@lzmch](https://github.com/lzmch) \ No newline at end of file diff --git a/docs/zh/about/sponsor.md b/docs/zh/about/sponsor.md index 87ca32a..e510c82 100644 --- a/docs/zh/about/sponsor.md +++ b/docs/zh/about/sponsor.md @@ -33,4 +33,5 @@ Luckysheet是MIT许可的开源项目,其持续稳定的开发离不开这些 - **东 ¥ 10 - debugger ¥ 20 - 烦了烦 ¥ 10 -- 文顶顶 ¥ 200 \ No newline at end of file +- 文顶顶 ¥ 200 +- yangxshn ¥ 10 \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index bfc0205..77e640c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -121,7 +121,7 @@ function clean() { // proxy middleware const apiProxy = createProxyMiddleware('/luckysheet/', { - target: 'http://luckysheet.lashuju.com/', + target: 'http://luckysheet.lashuju.com/', // set your server address changeOrigin: true, // for vhosted sites ws: true, // proxy websockets });