Skip to content

Commit

Permalink
格式化
Browse files Browse the repository at this point in the history
  • Loading branch information
luyanci committed Jan 31, 2024
1 parent ebc549e commit 790b4c7
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 43 deletions.
10 changes: 5 additions & 5 deletions .gitignore
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
62 changes: 31 additions & 31 deletions README.md
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文件夹里**
14 changes: 7 additions & 7 deletions ver.ini
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

0 comments on commit 790b4c7

Please sign in to comment.