Skip to content

Commit 99b79da

Browse files
Fix<Readme>: Url error
1 parent 898db21 commit 99b79da

3 files changed

Lines changed: 59 additions & 3 deletions

File tree

.github/en/README.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# TalexFrame
2+
3+
[简体中文](./../../README.md) | English
4+
5+
```
6+
/__ ___/ // / /
7+
/ / ___ // ___ //___ __ ___ _ __ ___
8+
/ / // ) ) // //___) ) \\ / / / ___ // ) ) // ) ) // ) ) ) ) //___) )
9+
/ / // / / // // \/ / // // // / / // / / / / //
10+
/ / ((___( ( // ((____ / /\ // // ((___( ( // / / / / ((____
11+
12+
```
13+
14+
_____ ___ ___
15+
|___ / _ \ / _ \
16+
/ / | | | | | |
17+
/ /| |_| | |_| |
18+
/_(_)\___(_)___/
19+
20+
21+
22+
23+
## Backgrounds
24+
25+
#### Inspired by Minecraft, want to make a framework based on plug-in .
26+
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
28+
29+
## Introduction
30+
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
32+
33+
## What can be done
34+
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
36+
37+
## History
38+
39+
#### Was for netease MINECRAFT HyCraft backend, later for Pubsher currently for PVPIN Studio background of the development
40+
41+
## Modules
42+
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
44+
45+
## Plugin
46+
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
48+
49+
### When you're overwhelmed, try TFrame
50+
51+
## Contact
52+
53+
#### Through QQ or send mail to TalexDreamSoul@gmail.com or 2418876761 2418876761 @qq.com to contact the author.
54+
55+
### Issue is the recommended way of course
56+

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TalexFrame
22

3-
简体中文 | [English](.\.github\en\README.md)
3+
简体中文 | [English](./.github/en/README.md)
44

55
```
66
@@ -12,13 +12,13 @@
1212
1313
```
1414

15-
15+
1616
_____ ___ ___
1717
|___ / _ \ / _ \
1818
/ / | | | | | |
1919
/ /| |_| | |_| |
2020
/_(_)\___(_)___/
21-
21+
2222

2323

2424

src/main/assembly/docs/Untitled.md

Whitespace-only changes.

0 commit comments

Comments
 (0)