Skip to content

Commit ac2e4c2

Browse files
committed
build(readme): collaborators
1 parent b3dea0f commit ac2e4c2

File tree

5 files changed

+17
-16
lines changed

5 files changed

+17
-16
lines changed

Diff for: .env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
APP_TITLE=快图设计-开源图片编辑器-vue-fabric-editor
22
APP_BASE_PATH=/vue-fabric-editor/
3-
APP_APIHOST=https://github.kuaitu.cc
3+
APP_APIHOST=https://www.kuaitu.cc
44
APP_ADMINAPIHOST=https://www.kuaitu.cc/admin

Diff for: .env.development

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
APP_FLAG=dev
2+
APP_APIHOST=https://github.kuaitu.cc
23
# APP_APIHOST=http://localhost:1337

Diff for: .github/pull_request_template.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
## 贡献者你好
2-
很高兴你能付出自己的时间参与到vue-fabric-editor的共享当中去,相信很多人都因为你提交的代码而收益。
2+
3+
很高兴你能付出自己的时间参与到 vue-fabric-editor 的共建当中,相信很多人都会因为你提交的代码而受益。
34

45
### 原则
5-
我们希望每次提交尽量小,较大重构除外,确保我们每次的改动影响范围清晰明了,能够方便项目维护者快速的将代码合并到主分支。
6+
7+
我们希望每次提交尽量小(较大重构除外),确保每次改动的影响范围清晰明了,能够方便项目维护者快速将代码合并到主分支。
68

79
### 确保你的代码与主仓库没有冲突
8-
在PR前,请确保你的代码与主仓库保持同步,可以参考这篇[文章](https://zhuanlan.zhihu.com/p/467670042)
910

10-
### 确保你的代码代码能正常打包构建
11-
在PR前,请在本地进行打包构建,并进行功能测试,确保功能正常,且不影响其他功能。
12-
- [ ] 代码构建正常
11+
在 PR 前,请确保你的代码与主仓库保持同步,可以参考这篇[文章](https://zhuanlan.zhihu.com/p/467670042)
1312

14-
### 告知项目维护者本次修改的功能
15-
写入你的修改内容。
13+
### 确保你的代码能正常打包构建
1614

15+
在 PR 前,请在本地进行打包构建,并进行功能测试,确保功能正常,且不影响其他功能。
1716

17+
- [ ] 代码构建正常
1818

19+
### 告知项目维护者本次修改的功能
1920

21+
请在下方描述你的修改内容:

Diff for: README-en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Note: If you encounter technical problems, you are expected to use issue Discuss
160160

161161
## Collaborators
162162

163-
<!-- readme: collaborators -start -->
163+
<!-- readme: collaborators,contributors -start -->
164164
<table>
165165
<tbody>
166166
<tr>

Diff for: README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @Author: 秦少卫
33
* @Date: 2024-09-11 17:07:42
44
* @LastEditors: 秦少卫
5-
* @LastEditTime: 2024-12-27 20:03:53
5+
* @LastEditTime: 2025-02-20 14:10:05
66
* @Description: file content
77
-->
88

@@ -163,18 +163,16 @@ pnpm dev
163163
<img src="https://github.com/user-attachments/assets/0c6ed3c4-bc2b-49fb-854d-f9ed75a96121" width="50px" alt="开源图片编辑器" />
164164
</a>
165165

166-
167-
168-
169-
170166
## 管理员
171167

172168
<!-- readme: collaborators -start -->
169+
173170
<!-- readme: collaborators -end -->
174171

175172
## 贡献者
176173

177-
<!-- readme: collaborators -start -->
174+
<!-- readme: collaborators,contributors -start -->
175+
178176
<table>
179177
<tbody>
180178
<tr>

0 commit comments

Comments
 (0)