Browse Source

docs(readme): sponsor

1.Add sponsor 2.Add contributor
master
mengshukeji 5 years ago
parent
commit
34dc767cc0
  1. 2
      README-zh.md
  2. 2
      README.md
  3. 3
      docs/about/README.md
  4. 1
      docs/about/sponsor.md
  5. 3
      docs/zh/about/README.md
  6. 3
      docs/zh/about/sponsor.md
  7. 2
      gulpfile.js

2
README-zh.md

@ -153,6 +153,7 @@ Luckysheet是MIT许可的开源项目,其持续稳定的开发离不开这些
- debugger ¥ 20 - debugger ¥ 20
- 烦了烦 ¥ 10 - 烦了烦 ¥ 10
- 文顶顶 ¥ 200 - 文顶顶 ¥ 200
- yangxshn ¥ 10
## 贡献者和感谢 ## 贡献者和感谢
@ -171,6 +172,7 @@ Luckysheet是MIT许可的开源项目,其持续稳定的开发离不开这些
- [@TimerGang](https://github.com/TimerGang) - [@TimerGang](https://github.com/TimerGang)
- [@gsw945](https://github.com/gsw945) - [@gsw945](https://github.com/gsw945)
- [@swen-xiong](https://github.com/swen-xiong) - [@swen-xiong](https://github.com/swen-xiong)
- [@lzmch](https://github.com/lzmch)
## 版权信息 ## 版权信息
[MIT](http://opensource.org/licenses/MIT) [MIT](http://opensource.org/licenses/MIT)

2
README.md

@ -150,6 +150,7 @@ Funds donated via Patreon go directly to support mengshukeji's work on Luckyshee
- debugger ¥ 20 - debugger ¥ 20
- 烦了烦 ¥ 10 - 烦了烦 ¥ 10
- 文顶顶 ¥ 200 - 文顶顶 ¥ 200
- yangxshn ¥ 10
## Authors and acknowledgment ## 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) - [@TimerGang](https://github.com/TimerGang)
- [@gsw945](https://github.com/gsw945) - [@gsw945](https://github.com/gsw945)
- [@swen-xiong](https://github.com/swen-xiong) - [@swen-xiong](https://github.com/swen-xiong)
- [@lzmch](https://github.com/lzmch)
## License ## License
[MIT](http://opensource.org/licenses/MIT) [MIT](http://opensource.org/licenses/MIT)

3
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) - [@javahuang](https://github.com/javahuang)
- [@TimerGang](https://github.com/TimerGang) - [@TimerGang](https://github.com/TimerGang)
- [@gsw945](https://github.com/gsw945) - [@gsw945](https://github.com/gsw945)
- [@swen-xiong](https://github.com/swen-xiong) - [@swen-xiong](https://github.com/swen-xiong)
- [@lzmch](https://github.com/lzmch)

1
docs/about/sponsor.md

@ -34,3 +34,4 @@ Funds donated via Patreon go directly to support mengshukeji's work on Luckyshee
- debugger ¥ 20 - debugger ¥ 20
- 烦了烦 ¥ 10 - 烦了烦 ¥ 10
- 文顶顶 ¥ 200 - 文顶顶 ¥ 200
- yangxshn ¥ 10

3
docs/zh/about/README.md

@ -16,4 +16,5 @@ Luckysheet是由个人主导、几个志同道合的小伙伴一同开发的项
- [@javahuang](https://github.com/javahuang) - [@javahuang](https://github.com/javahuang)
- [@TimerGang](https://github.com/TimerGang) - [@TimerGang](https://github.com/TimerGang)
- [@gsw945](https://github.com/gsw945) - [@gsw945](https://github.com/gsw945)
- [@swen-xiong](https://github.com/swen-xiong) - [@swen-xiong](https://github.com/swen-xiong)
- [@lzmch](https://github.com/lzmch)

3
docs/zh/about/sponsor.md

@ -33,4 +33,5 @@ Luckysheet是MIT许可的开源项目,其持续稳定的开发离不开这些
- **东 ¥ 10 - **东 ¥ 10
- debugger ¥ 20 - debugger ¥ 20
- 烦了烦 ¥ 10 - 烦了烦 ¥ 10
- 文顶顶 ¥ 200 - 文顶顶 ¥ 200
- yangxshn ¥ 10

2
gulpfile.js

@ -121,7 +121,7 @@ function clean() {
// proxy middleware // proxy middleware
const apiProxy = createProxyMiddleware('/luckysheet/', { const apiProxy = createProxyMiddleware('/luckysheet/', {
target: 'http://luckysheet.lashuju.com/', target: 'http://luckysheet.lashuju.com/', // set your server address
changeOrigin: true, // for vhosted sites changeOrigin: true, // for vhosted sites
ws: true, // proxy websockets ws: true, // proxy websockets
}); });

Loading…
Cancel
Save