File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ HackathonWeekly(周周黑客松)社区平台 —— 一个面向创造者的
2626### 代码授权
2727
2828- ** 非商用/开源使用** :[ AGPL-3.0] ( LICENSE ) - 可自由使用,但必须开源
29- - ** 商业使用** :需要[ 商业授权] ( docs/legal/commercial-terms.md ) - 联系微信 ** makerjackie**
29+ - ** 商业使用** :需要[ 商业授权] ( docs/legal/commercial-terms.md ) - 联系邮箱 ** makerjackie@qq.com **
3030
3131** 什么算商业使用?**
3232任何公司或组织用于业务目的的使用都需要商业授权,包括但不限于:
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ description: 了解周周黑客松社区的参与方式、共建小组、组织
1201203 . ** 试用 2 周** ,做出一个小贡献(修个 bug、写个文档、跑通一个流程都算)
1211214 . ** 通过后正式加入** ,获得对应权限和福利
122122
123- > 加入方式:添加创始人微信 ** makerjackie** ,说明你想加入哪个小组、来负责什么。
123+ > 加入方式:发送邮件到 ** makerjackie@qq.com ** ,说明你想加入哪个小组、来负责什么。
124124
125125---
126126
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ description: 了解 HackathonWeekly 社区代码的许可证、贡献方式,
1414| 内容 | 许可证 | 说明 |
1515| ------| --------| ------|
1616| 代码(非商用) | [ AGPL-3.0] ( https://github.com/hackathonweekly/community/blob/main/LICENSE ) | 可自由使用,但必须开源 |
17- | 代码(商用) | [ 商业授权] ( https://github.com/hackathonweekly/community/blob/main/docs/legal/commercial-terms.md ) | 需要购买授权,联系微信 makerjackie |
17+ | 代码(商用) | [ 商业授权] ( https://github.com/hackathonweekly/community/blob/main/docs/legal/commercial-terms.md ) | 需要购买授权,联系邮箱 makerjackie@qq.com |
1818| 文档/文章/图片 | [ CC BY-NC-SA 4.0] ( https://github.com/hackathonweekly/community/blob/main/docs/legal/docs-content-license.md ) | 禁止商用,允许非商业分享和修改 |
1919
2020### AGPL-3.0 意味着什么?
@@ -39,7 +39,7 @@ description: 了解 HackathonWeekly 社区代码的许可证、贡献方式,
3939
4040### 如何获得商业授权?
4141
42- 联系微信 :** makerjackie**
42+ 联系邮箱 :** makerjackie@qq.com **
4343
4444我们提供灵活的授权方案,根据您的使用场景定价。
4545
@@ -100,7 +100,7 @@ git commit -m "feat: your feature description"
100100
101101** Q: 我可以 fork 这个项目用于商业用途吗?**
102102
103- 不可以。商业使用需要购买商业授权,请联系微信 makerjackie。
103+ 不可以。商业使用需要购买商业授权,请联系邮箱 makerjackie@qq.com 。
104104
105105** Q: 我需要保留署名吗?**
106106
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Any use by a company or organization for business purposes requires a commercial
1616
1717## How to Obtain a Commercial License
1818
19- Contact us via WeChat : ** makerjackie**
19+ Contact us via email : ** makerjackie@qq.com **
2020
2121We offer flexible licensing terms based on your use case.
2222
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ declare global {
2424}
2525
2626const REPO_URL = "https://github.com/hackathonweekly/community" ;
27- const MAKER_WECHAT_ID = "makerjackie" ;
27+ const MAKER_CONTACT_EMAIL = "makerjackie@qq.com " ;
2828const DEV_GUIDE_PATH = "/docs/dev-guide" ;
2929const CONSOLE_BANNER_STYLE = [
3030 "display:inline-block" ,
@@ -89,7 +89,7 @@ function logConsoleWelcome() {
8989 "%c联系开发者:%c%s" ,
9090 CONSOLE_LABEL_STYLE ,
9191 CONSOLE_VALUE_STYLE ,
92- `微信 ${ MAKER_WECHAT_ID } ` ,
92+ MAKER_CONTACT_EMAIL ,
9393 ) ;
9494 console . log ( "%cEnglish" , CONSOLE_SUBTITLE_STYLE ) ;
9595 console . log (
@@ -120,7 +120,7 @@ function logConsoleWelcome() {
120120 "%cContact:%c%s" ,
121121 CONSOLE_LABEL_STYLE ,
122122 CONSOLE_VALUE_STYLE ,
123- `WeChat ${ MAKER_WECHAT_ID } ` ,
123+ MAKER_CONTACT_EMAIL ,
124124 ) ;
125125}
126126
You can’t perform that action at this time.
0 commit comments