Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Commit 90bbba3

Browse files
authored
Merge pull request #20 from FTS427/Preview
U | PreviewUpdate
2 parents 29730b6 + d9b2cb2 commit 90bbba3

File tree

11 files changed

+18
-15
lines changed

11 files changed

+18
-15
lines changed

.github/workflows/preview-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: MCT-PreviewBuild
1+
name: Preview-Build
22

33
on:
44
push:
@@ -19,13 +19,15 @@ jobs:
1919
cd build
2020
cmake --version
2121
cmake ../
22+
echo "Done!"
2223
shell: sh
2324
- name: Make build
2425
run: |
2526
cd ${{ github.workspace }}
2627
ls
2728
cd build
2829
make
30+
echo "Done!"
2931
shell: sh
3032
- name: Upload exec file
3133
uses: actions/[email protected]

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.vscode
2-
build/*
2+
build
3+

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
<div align="center">
88

9-
[![Download](https://img.shields.io/github/downloads/QuantumLS-Studio/MathCentralTool/total?logo=github&label=Download&style=for-the-badge&color=44cc11)](https://github.com/QuantumLS-Studio/MathCentralTool/releases)
109
[![Stars](https://img.shields.io/github/stars/QuantumLS-Studio/MathCentralTool?logo=github&label=Stars&style=for-the-badge)](https://github.com/QuantumLS-Studio/MathCentralTool/stargazers)
1110
[![License](https://img.shields.io/github/license/QuantumLS-Studio/MathCentralTool?logo=github&label=License&style=for-the-badge&color=ff7a35)](https://github.com/QuantumLS-Studio/MathCentralTool/blob/master/LICENSE)
1211
[![Issues](https://img.shields.io/github/issues/QuantumLS-Studio/MathCentralTool?logo=github&lable=issues&style=for-the-badge "Issues")](https://github.com/QuantumLS-Studio/MathCentralTool/issues)
@@ -17,8 +16,6 @@
1716
[![Stable](https://img.shields.io/github/actions/workflow/status/QuantumLS-Studio/MathCentralTool/stable-build.yml?label=Stable&style=for-the-badge "Stable")](https://github.com/QuantumLS-Studio/MathCentralTool/actions/workflows/stable-build.yml)
1817
[![Preview](https://img.shields.io/github/actions/workflow/status/QuantumLS-Studio/MathCentralTool/preview-build.yml?label=Preview&style=for-the-badge "Preview")](https://github.com/QuantumLS-Studio/MathCentralTool/actions/workflows/preview-build.yml)
1918

20-
![EMAIL](https://img.shields.io/badge/EMAIL-fts427%40outlook.com-4169E1?style=for-the-badge&logoColor=white)
21-
2219
</div>
2320

2421
[🀄简体中文](/README_zh.md) | 🔠[English](/README.md)
@@ -51,6 +48,9 @@ Thank every developer very much for their help!👍
5148

5249
## 👀 Other
5350

51+
Change log [change](/change_log.md)
52+
5453
This project also powered by [ECCPH](https://github.com/QuantumLS-Studio/ECCPH)
5554

5655
Old versions[MathCentralTools](https://github.com/FTS427/MathCentralTools)(Archived🗃️)
56+

README_zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
<div align="center">
88

9-
[![下载](https://img.shields.io/github/downloads/QuantumLS-Studio/MathCentralTool/total?logo=github&label=下载&style=for-the-badge&color=44cc11)](https://github.com/QuantumLS-Studio/MathCentralTool/releases)
109
[![星标](https://img.shields.io/github/stars/QuantumLS-Studio/MathCentralTool?logo=github&label=星标&style=for-the-badge)](https://github.com/QuantumLS-Studio/MathCentralTool/stargazers)
1110
[![协议](https://img.shields.io/github/license/QuantumLS-Studio/MathCentralTool?logo=github&label=协议&style=for-the-badge&color=ff7a35)](https://github.com/QuantumLS-Studio/MathCentralTool/blob/master/LICENSE)
1211
[![议题](https://img.shields.io/github/issues/QuantumLS-Studio/MathCentralTool?logo=github&lable=议题&style=for-the-badge "议题")](https://github.com/QuantumLS-Studio/MathCentralTool/issues)
@@ -17,8 +16,6 @@
1716
[![Stable](https://img.shields.io/github/actions/workflow/status/QuantumLS-Studio/MathCentralTool/stable-build.yml?label=Stable&style=for-the-badge "Stable")](https://github.com/QuantumLS-Studio/MathCentralTool/actions/workflows/stable-build.yml)
1817
[![Preview](https://img.shields.io/github/actions/workflow/status/QuantumLS-Studio/MathCentralTool/preview-build.yml?label=Preview&style=for-the-badge "Preview")](https://github.com/QuantumLS-Studio/MathCentralTool/actions/workflows/preview-build.yml)
1918

20-
![邮箱](https://img.shields.io/badge/邮箱-fts427%40outlook.com-4169E1?style=for-the-badge&logoColor=white)
21-
2219
</div>
2320

2421
[🀄简体中文](/README_zh.md) | [🔠English](/README.md)
@@ -51,6 +48,9 @@
5148

5249
## 👀其他
5350

51+
之前的更改?在[这里](/change_log.md)
52+
5453
本项目使用了头文件[ECPPH](https://github.com/QuantumLS-Studio/ECPPH)
5554

5655
先前的版本参见[MathCentralTools](https://github.com/FTS427/MathCentralTools)(已归档🗃️)
56+
File renamed without changes.

src/main.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
//Preview, be careful
22

3-
#include "./include/mhead.h"
4-
#include "./part/calc.cpp"
5-
#include "./part/maxn.cpp"
6-
#include "./part/minn.cpp"
7-
#include "./part/chn.cpp"
8-
#include "./part/cg.cpp"
3+
#include "./include/ecp.h"
4+
#include "./plugins/calc.cpp"
5+
#include "./plugins/maxn.cpp"
6+
#include "./plugins/minn.cpp"
7+
#include "./plugins/chn.cpp"
8+
#include "./plugins/cg.cpp"
99

10-
//主函数
10+
// Main function
1111
int main(){
1212
clear();
1313
hy("集成数学工具");
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)