📝 文档与代码注释信息微调
This commit is contained in:
@@ -4,7 +4,7 @@ order: 3
|
||||
---
|
||||
# 用户协议
|
||||
|
||||
1. 本项目遵循`MIT`协议,你可以自由使用,修改,分发,但是请保留原作者信息
|
||||
1. 本项目遵循`LSO`协议,你可以自由使用,修改,分发,但是请保留原作者信息
|
||||
2. 你可以选择开启`auto_report`(默认开启),轻雪会收集以下内容
|
||||
- 运行环境的设备信息:CPU,内存,系统信息及Python信息
|
||||
- 插件信息(不含插件数据)
|
||||
|
7
src/resources/vanilla_resource/functions/func.md
Normal file
7
src/resources/vanilla_resource/functions/func.md
Normal file
@@ -0,0 +1,7 @@
|
||||
## 文件类型允许
|
||||
|
||||
- `.mcfunction`
|
||||
|
||||
- `.lyf`
|
||||
|
||||
- `lyfunction`
|
0
src/resources/vanilla_resource/functions/hello.mcfunction → src/resources/vanilla_resource/functions/hello.lyfunction
Executable file → Normal file
0
src/resources/vanilla_resource/functions/hello.mcfunction → src/resources/vanilla_resource/functions/hello.lyfunction
Executable file → Normal file
0
src/resources/vanilla_resource/functions/poke.mcfunction → src/resources/vanilla_resource/functions/poke.lyfunction
Executable file → Normal file
0
src/resources/vanilla_resource/functions/poke.mcfunction → src/resources/vanilla_resource/functions/poke.lyfunction
Executable file → Normal file
@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved
|
||||
Copyright (C) 2020-2025 LiteyukiStudio. All Rights Reserved
|
||||
|
||||
@Time : 2024/8/11 下午11:07
|
||||
@Author : snowykami
|
||||
|
Reference in New Issue
Block a user