Skip to content

Commit

Permalink
docs: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laorange committed Dec 6, 2022
1 parent 6cfe609 commit c453bbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,27 @@

> 求解复合材料层合板的柔度矩阵、刚度矩阵等力学性能参数
项目地址:[GitHub](https://github.com/laorange/LaminateCalculation) | [Gitee](https://gitee.com/laorange/LaminateCalculation)
项目地址:[GitHub](https://github.com/laorange/laminate-calculation)

## 快速开始

在线访问:[GitHub Page](https://laorange.github.io/LaminateCalculation/) | [Gitee Page](https://laorange.gitee.io/laminatecalculation/)
在线访问:[GitHub Page](https://laorange.github.io/laminate-calculation/)

安装包下载(用于离线使用):[Releases](https://github.com/laorange/LaminateCalculation/releases)
安装包下载(用于离线使用):[Releases](https://github.com/laorange/laminate-calculation/releases)

## 更新日志

截至目前,本项目共有三个阶段,各阶段以[分支](https://github.com/laorange/LaminateCalculation/branches)的形式保留:
截至目前,本项目共有三个阶段,各阶段以[分支](https://github.com/laorange/laminate-calculation/branches)的形式保留:

1. 完全使用 `python` 输入、计算、输出,可查看 `v1.x ` 分支
2. 沿用 `v1.x ``laminate.py``v2.x` 使用 `flask` 做后端;使用 `ts+vue3` 做前端
3. 沿用了 `v2.x` 的前端,以 `laminate.ts` 替换了 `laminate.py`,项目完全前端化,可以依托于 GitPage 在线运行。
4. 但若想直接在本地打开 html,会因 file协议跨域,因此使用 `golang``http.FileServer ` 开启静态文件服务,并完成了单文件打包,双击即可开始离线使用。
4. `v3.0`: 但若想直接在本地打开 html,会因 file协议跨域,因此使用 `golang``http.FileServer ` 开启静态文件服务,并完成了单文件打包,双击即可开始离线使用。
5. `v3.1`: 使用[插件](https://www.npmjs.com/package/vite-plugin-singlefile),将项目打包为html单文件,至此可以直接使用浏览器离线打开。

## 引用

+ 组件库: [ElementPlus](https://element-plus.org), [NaiveUi](https://www.naiveui.com/), [VantUi ](https://vant-contrib.gitee.io/vant/#/zh-CN/home),三者都有用
+ 组件库: [NaiveUi](https://www.naiveui.com/), [VantUi ](https://vant-contrib.gitee.io/vant/#/zh-CN/home),三者都有用
+ 显示公式用的是 [Vatex](https://github.com/Shimada666/VaTex)
+ 科学计算使用的是 [math.js](https://mathjs.org/index.html)
+ [pinia](https://pinia.vuejs.org/) 等常用库
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "laorange",
"homepage": "https://github.com/laorange/laminate-calculation",
"license": "AGPL-3.0",
"version": "3.0.3",
"version": "3.1.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build --base=./",
Expand Down

0 comments on commit c453bbe

Please sign in to comment.