Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LY1806620741 committed Sep 22, 2023
1 parent fca4bc3 commit 640d6b7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pnpm install
pnpm build
pnpm go:build:win
mv jieshao.loract-umi-demo.exe loract-umi-demo_win_x64.exe
mv "jieshao.loract-umi-demo.exe" "loract-umi-demo_win_x64.exe"
- name: Upload windows artifact
uses: actions/github-action-publish-binaries@v2
env:
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.0.1] - 2023-09-22
## [1.1.0] - 2023-09-22
1. umi4

## [1.0.0] - 2023-09-22
### 支持
1. umi3
2. chrome < 117
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ go mod vendor
# build
```shell
# build resource
yarn build
pnpm build
# build binary program
yarn go:build:win
pnpm go:build:win
```
19 changes: 9 additions & 10 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@

## 版本信息
```
os: win10
umi 3.5.26
node v16.20.2
os: win11
Umi v4.0.81
node v20.6.1
go1.21.1
chrome 117.**
```
nodejs总是有版本不兼容问题,敬请注意

## 开始

安装依赖,
安装依赖

```bash
$ yarn
$ pnpm install
```

开启dev服务,会启动8000端口

```bash
$ yarn start
$ pnpm start
```

开启lorca go界面程序,监听8000端口
Expand All @@ -36,8 +36,7 @@ go run .
# 手动构建工程
```bash
# 创建umi 参考 https://umijs.org/zh-CN/docs/getting-started
yarn create @umijs/umi-app
yarn
pnpm dlx create-umi@latest

# go 初始化
go mod init jieshao.loract-umi-demo
Expand All @@ -55,7 +54,7 @@ go mod vendor
# 构建
```shell
# 构建资源文件
yarn build
pnpm build
# 构建二进制文件
yarn go:build:win
pnpm go:build:win
```

0 comments on commit 640d6b7

Please sign in to comment.