mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
修改读我档
This commit is contained in:
parent
46b6884e64
commit
77e738cb7e
@ -13,9 +13,11 @@
|
||||
|
||||
欢迎加群:861684859
|
||||
|
||||
**注意注意注意!!!本程序尚在测试与开发阶段,且代码重构未完成,请自行定夺使用。**
|
||||
|
||||
### 作者
|
||||
|
||||
金羿 Eilles:我的世界基岩版指令师,个人开发者,B站不知名UP主,在校高中生。
|
||||
金羿 Eilles:我的世界基岩版指令师,个人开发者,B站不知名UP主,南昌在校高中生。
|
||||
|
||||
诸葛亮与八卦阵 bgArray:我的世界基岩版玩家,喜欢编程和音乐,深圳初一学生。
|
||||
|
||||
@ -30,7 +32,7 @@
|
||||
|
||||
### 安装教程
|
||||
|
||||
下载音·创自动安装器,将其放在你希望安装音·创的位置,运行后将自动安装。
|
||||
下载[音·创自动安装器](https://gitee.com/EillesWan/Musicreater/attach_files/1008796/download/MSCT%20Auto%20Installer.exe),将其放在你希望安装音·创的位置,运行后将自动安装。
|
||||
|
||||
提示:下载源最好选择2GitHub。
|
||||
|
||||
|
@ -11,6 +11,8 @@ Musicreater(音·创) is an Eilles(*W-YI*)'s app that is used for creating music
|
||||
|
||||
Welcome to join our QQ group: 861684859
|
||||
|
||||
**ATTENTION!** This software is under testing and developing, there is still a lot of bugs needed to be fixed. Please use it wisely.
|
||||
|
||||
### Author
|
||||
|
||||
Eilles (金羿):The main author, who developed the most and especially the principal parts of Musicreater, and its predecessors, which has been called as "*Minecraft Function Music Maker*", "*Note Fun Creater*", "*Note World Creater*"(now ,they are united as ***Musicreater***!)
|
||||
@ -28,7 +30,7 @@ Support Windows7+ && Linux (that supports Python3.8)
|
||||
|
||||
### Installation
|
||||
|
||||
Download the *[MSCT Auto Installer]()*, put it in a directory that you want to install *Musicreater* into.
|
||||
Download the *[MSCT Auto Installer](https://gitee.com/EillesWan/Musicreater/attach_files/1008796/download/MSCT%20Auto%20Installer.exe)*, put it in a directory that you want to install *Musicreater* into.
|
||||
Then run the auto installer and it will help you to install the *Musicreator*
|
||||
|
||||
Tips: You'd better choose the 2GitHub download source
|
||||
|
@ -59,7 +59,20 @@ functions.py中会调取./addon/目录下的全部功能文件,这些功能文
|
||||
2. title
|
||||
窗口标题,字符串
|
||||
3. menuWidgets
|
||||
|
||||
对于窗口菜单的设定,其格式详见下方`setMenu`函数
|
||||
4. wordView
|
||||
显示在言论上的文字,字符串
|
||||
5. buttons
|
||||
快捷功能按钮的列表,列表的元素为字典,字典的键是按钮的名称,值为一个元组,元组中含有两个元素,其中元组的第1个元素为按钮图标,是一个图片的路径;第2个元素为执行的函数,其值应当是一个函数对象。
|
||||
```python
|
||||
button: list = [ # 操作按钮部分
|
||||
dict = {
|
||||
按钮名称 : tuple(按钮图标,执行函数)
|
||||
},
|
||||
],
|
||||
```
|
||||
6.
|
||||
|
||||
|
||||
- 函数
|
||||
|
||||
|
@ -99,3 +99,4 @@ A man achieve with challenges.
|
||||
苦痛的旅程中盘错着举世的谎言
|
||||
欲落的花会告诉你我无尽的思念,而风会在此刻替我拥抱住你。 ——蝶<1361223398>
|
||||
仰望这深邃的夜空,明星洒下的光,总是无尽斑驳
|
||||
欲知后事如何,唯有后世来分说 ——b站BV1jm4y1S76q
|
||||
|
Loading…
Reference in New Issue
Block a user