1
0
mirror of https://github.com/FloatTech/zbpdata.git synced 2024-09-29 17:36:28 +09:00

Merge pull request #2 from FloatTech/main

👍 合并
This commit is contained in:
himawari 2022-03-27 22:20:44 +08:00 committed by GitHub
commit 6919d2ccb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 0 deletions

View File

@ -24,5 +24,6 @@ jobs:
run: |
ls
go mod init updater
sed -i '1,3d' main.go
go mod tidy
go run main.go

BIN
Font/Nisi-Regular.ttf Normal file

Binary file not shown.

Binary file not shown.

BIN
Font/zhongmoti.ttf Normal file

Binary file not shown.

View File

@ -1,3 +1,6 @@
//go:build ignore
// +build ignore
package main
import (