-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
43 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/res/* | ||
*.bak | ||
*.exe | ||
res.zip | ||
version.ini | ||
/res/* | ||
*.bak | ||
*.exe | ||
res.zip | ||
version.ini |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
# 随机点名 | ||
|
||
## 介绍 | ||
一个使用[**易语言**](http://www.dywt.com.cn/)编写的点名软件 | ||
|
||
### 功能 | ||
带名字点名 | ||
纯数字点名 | ||
甚至点到名时还能放个音效2333(加点料) | ||
|
||
|
||
## 源码编译 | ||
### 步骤 | ||
1 使用git clone 来克隆此项目 | ||
``` | ||
# use gitee | ||
git clone https://gitee.com/vc_teahouse/sjdm.git | ||
# use github | ||
git clone https://github.com/luyanci/sjdm.git | ||
``` | ||
|
||
2 安装好以下软件后,打开软件,然后打开<主程序.e>,就可以进行编译了 | ||
|
||
**如需编译,请在工具-系统配置-安全 设置好编译结果打乱码(设-1)再加花代码 防止杀软误报** | ||
(易语言这玩意容易误报,是特征误报,无解qwq) | ||
|
||
### 需安装的软件 | ||
[易语言](http://www.dywt.com.cn/) | ||
|
||
### 模块 | ||
**所有使用模块已经存放在仓库的ecom文件夹里** | ||
# 随机点名 | ||
|
||
## 介绍 | ||
一个使用[**易语言**](http://www.dywt.com.cn/)编写的点名软件 | ||
|
||
### 功能 | ||
带名字点名 | ||
纯数字点名 | ||
甚至点到名时还能放个音效2333(加点料) | ||
|
||
|
||
## 源码编译 | ||
### 步骤 | ||
1 使用git clone 来克隆此项目 | ||
``` | ||
# use gitee | ||
git clone https://gitee.com/vc_teahouse/sjdm.git | ||
# use github | ||
git clone https://github.com/luyanci/sjdm.git | ||
``` | ||
|
||
2 安装好以下软件后,打开软件,然后打开<主程序.e>,就可以进行编译了 | ||
|
||
**如需编译,请在工具-系统配置-安全 设置好编译结果打乱码(设-1)再加花代码 防止杀软误报** | ||
(易语言这玩意容易误报,是特征误报,无解qwq) | ||
|
||
### 需安装的软件 | ||
[易语言](http://www.dywt.com.cn/) | ||
|
||
### 模块 | ||
**所有使用模块已经存放在仓库的ecom文件夹里** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[main] | ||
ver=1.1.0 | ||
vcode=11000 | ||
|
||
[dev] | ||
ver=1.1.0 | ||
vcode=11001 | ||
[main] | ||
ver=1.1.0 | ||
vcode=11000 | ||
|
||
[dev] | ||
ver=1.1.0 | ||
vcode=11001 |