1
0

add planet

This commit is contained in:
2024-08-01 06:01:28 +09:00
parent a4cd0e0f9a
commit 4c0c396086
17 changed files with 5062 additions and 59 deletions

View File

@@ -2,7 +2,7 @@
d=${0:a:h}
cd $d
su=5000
su=10000
go1.21.8 generate ./...
#go generate ./...
@@ -20,6 +20,6 @@ case $OSTYPE in
esac
cp -rf $d/tmp/ogent ent/
f=~/.config/ai/api_card.json
#f=~/.config/ai/api_card.json
#PASS=`cat $f|jq -r .password` TOKEN=`cat $f|jq -r .token` go build
#PASS=`cat $f|jq -r .password` TOKEN=`cat $f|jq -r .token` go run -mod=mod main.go