-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
APP_TITLE=快图设计-开源图片编辑器-vue-fabric-editor | ||
APP_BASE_PATH=/vue-fabric-editor/ | ||
APP_APIHOST=https://github.kuaitu.cc | ||
APP_APIHOST=https://www.kuaitu.cc | ||
APP_ADMINAPIHOST=https://www.kuaitu.cc/admin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
APP_FLAG=dev | ||
APP_APIHOST=https://github.kuaitu.cc | ||
# APP_APIHOST=http://localhost:1337 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
## 贡献者你好 | ||
很高兴你能付出自己的时间参与到vue-fabric-editor的共享当中去,相信很多人都因为你提交的代码而收益。 | ||
|
||
很高兴你能付出自己的时间参与到 vue-fabric-editor 的共建当中,相信很多人都会因为你提交的代码而受益。 | ||
|
||
### 原则 | ||
我们希望每次提交尽量小,较大重构除外,确保我们每次的改动影响范围清晰明了,能够方便项目维护者快速的将代码合并到主分支。 | ||
|
||
我们希望每次提交尽量小(较大重构除外),确保每次改动的影响范围清晰明了,能够方便项目维护者快速将代码合并到主分支。 | ||
|
||
### 确保你的代码与主仓库没有冲突 | ||
在PR前,请确保你的代码与主仓库保持同步,可以参考这篇[文章](https://zhuanlan.zhihu.com/p/467670042)。 | ||
|
||
### 确保你的代码代码能正常打包构建 | ||
在PR前,请在本地进行打包构建,并进行功能测试,确保功能正常,且不影响其他功能。 | ||
- [ ] 代码构建正常 | ||
在 PR 前,请确保你的代码与主仓库保持同步,可以参考这篇[文章](https://zhuanlan.zhihu.com/p/467670042)。 | ||
|
||
### 告知项目维护者本次修改的功能 | ||
写入你的修改内容。 | ||
### 确保你的代码能正常打包构建 | ||
|
||
在 PR 前,请在本地进行打包构建,并进行功能测试,确保功能正常,且不影响其他功能。 | ||
|
||
- [ ] 代码构建正常 | ||
|
||
### 告知项目维护者本次修改的功能 | ||
|
||
请在下方描述你的修改内容: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters