Skip to content

Commit 6adfcb4

Browse files
Upd<README.md>: More beautiful now
1 parent b487935 commit 6adfcb4

2 files changed

Lines changed: 33 additions & 25 deletions

File tree

.github/en/README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,35 +22,39 @@
2222

2323
## Backgrounds
2424

25-
#### Inspired by Minecraft, want to make a framework based on plug-in .
25+
Inspired by Minecraft, want to make a framework based on plug-in .
2626

27-
#### Framework must be used to solve a particular problem in the field of this framework is used to solve the problem of micro service classes
27+
Framework must be used to solve a particular problem in the field of this framework is used to solve the problem of micro service classes
2828

2929
## Introduction
3030

31-
#### A simple progressive framework, to provide you with similar Bukkit development experience of the project mainly can be used to develop Web page background also can be used as a game
31+
A simple progressive framework, to provide you with similar Bukkit development experience of the project mainly can be used to develop Web page background also can be used as a game
3232

3333
## What can be done
3434

35-
#### Rapid iteration functionality through plug-ins (that is often said that **the micro service**) through the command and plug-in can realize the function of rapid development to avoid repetition and start SpringBoot time
35+
Rapid iteration functionality through plug-ins (that is often said that **the micro service**) through the command and plug-in can realize the function of rapid development to avoid repetition and start SpringBoot time
3636

3737
## History
3838

39-
#### Was for netease MINECRAFT HyCraft backend, later for Pubsher currently for PVPIN Studio background of the development
39+
Was for netease MINECRAFT HyCraft backend, later for Pubsher currently for PVPIN Studio background of the development
4040

4141
## Modules
4242

43-
#### We use such as apis, commands module in isolation and we provided based on the function of the module can even stronger than SpringBoot itself
43+
We use such as apis, commands module in isolation and we provided based on the function of the module can even stronger than SpringBoot itself
4444

4545
## Plugin
4646

47-
### You can use any language to develop plug-ins, based on the Jvm we have Java and Kotlin recommended. Anyway, please remember not to use SpringBoot instead of itself, because SpringBoot thing after the plug-in uninstall would have residual, this is a very serious problem. Framework provides a powerful Api: FrameData AutoSaveRepository... Of course, you can also use our event system. Detailed information will be referred to in the tutorial
47+
You can use any language to develop plug-ins, based on the Jvm we have Java and Kotlin recommended. Anyway, please remember not to use SpringBoot instead of itself, because SpringBoot thing after the plug-in uninstall would have residual, this is a very serious problem. Framework provides a powerful Api: FrameData AutoSaveRepository... Of course, you can also use our event system. Detailed information will be referred to in the tutorial
4848

49-
### When you're overwhelmed, try TFrame
49+
**When you're overwhelmed, try TFrame**
50+
51+
## Development plan
52+
53+
Is gradually update the **RPC framework module**
5054

5155
## Contact
5256

53-
#### Through QQ or send mail to TalexDreamSoul@gmail.com or 2418876761 2418876761 @qq.com to contact the author.
57+
Through QQ or send mail to TalexDreamSoul@gmail.com or 2418876761 2418876761 @qq.com to contact the author.
5458

5559
### Issue is the recommended way of course
5660

README.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,49 +24,53 @@
2424

2525
## 项目背景
2626

27-
#### 受到 Minecraft 启发,想要制作一个基于 插件 的框架
27+
受到 Minecraft 启发,想要制作一个基于 插件 的框架
2828

29-
#### 框架一定是用来解决某一特定领域的问题的 本框架就是用来解决 微服务类 问题
29+
框架一定是用来解决某一特定领域的问题的 本框架就是用来解决 微服务类 问题
3030

3131
## 项目介绍
3232

33-
#### 一个简单的渐进式框架,为您提供类似 Bukkit 的开发体验
33+
一个简单的渐进式框架,为您提供类似 Bukkit 的开发体验
3434

35-
##### 项目主要可用于开发 Web网页 也可用作游戏后台
35+
项目主要可用于开发 Web网页 也可用作游戏后台
3636

3737
## 可以做啥
3838

39-
#### 通过 插件 实现功能的快速迭代 (也就是常说的**微服务**
39+
通过 插件 实现功能的快速迭代 (也就是常说的**微服务**
4040

41-
#### 通过命令与插件等实现快速的功能开发 避免重复启动 SpringBoot 的时间
41+
通过命令与插件等实现快速的功能开发 避免重复启动 SpringBoot 的时间
4242

43-
#### 使用本框架将无需等待各个模块的加载,数据库等的连接耗时
43+
使用本框架将无需等待各个模块的加载,数据库等的连接耗时
4444

4545
## 项目历史
4646

47-
#### 曾是为网易我的世界HyCraft打造的后端,后来用于 Pubsher 目前用于 PVPIN Studio 的后台开发
47+
曾是为网易我的世界HyCraft打造的后端,后来用于 Pubsher 目前用于 PVPIN Studio 的后台开发
4848

4949
## 模块系统
5050

51-
#### 我们使用诸如 apis, commands 的模块进行隔离
51+
我们使用诸如 apis, commands 的模块进行隔离
5252

53-
#### 而我们所提供的基于模块的功能甚至能强于 SpringBoot 本身
53+
而我们所提供的基于模块的功能甚至能强于 SpringBoot 本身
5454

5555
## 插件系统
5656

57-
#### 你可以通过使用任意基于Jvm的语言来开发插件,我们所推荐的有 Java和Kotlin。
57+
你可以通过使用任意基于Jvm的语言来开发插件,我们所推荐的有 Java和Kotlin。
5858

59-
#### 无论如何,请一定记住不要使用 SpringBoot 的东西而是使用本身的东西,因为 SpringBoot 的东西在插件卸载后会有残留,这是非常严重的问题。
59+
无论如何,请一定记住不要使用 SpringBoot 的东西而是使用本身的东西,因为 SpringBoot 的东西在插件卸载后会残留,这是非常严重的问题。
6060

61-
#### 框架提供的强大Api: FrameData, AutoSaveRepository ...
61+
框架提供的强大Api: FrameData, AutoSaveRepository ...
6262

63-
#### 当然,你也可以使用我们的事件系统。详细的信息将在教程中提到
63+
当然,你也可以使用我们的事件系统。详细的信息将在教程中提到
6464

65-
### 当你不知所措时,尝试 TFrame 吧
65+
**当你不知所措时,尝试 TFrame 吧**
66+
67+
## 开发计划
68+
69+
正在逐步更新 **RPC框架模块 (Remote Procedure Call Module)**
6670

6771
## 联系方式
6872

69-
#### 通过QQ 2418876761 或者发送邮件到 TalexDreamSoul@gmail.com2418876761@qq.com 以联系作者。
73+
通过QQ 2418876761 或者发送邮件到 TalexDreamSoul@gmail.com2418876761@qq.com 以联系作者。
7074

7175
#### 当然 Issue 是被推荐的方式
7276

0 commit comments

Comments
 (0)