fix
This commit is contained in:
parent
b76b94b839
commit
434998f685
@ -136,7 +136,7 @@ function create_game_character() {
|
|||||||
mtype=`echo $jj|jq -r .value.embed.external.thumb.mimeType`
|
mtype=`echo $jj|jq -r .value.embed.external.thumb.mimeType`
|
||||||
echo $name
|
echo $name
|
||||||
echo $gender
|
echo $gender
|
||||||
echo https://cdn.bsky.app/img/feed_thumbnail/plain/did:plc:4hqjfn7m6n5hno3doamuhgef/$link
|
echo https://cdn.bsky.app/img/feed_thumbnail/plain/$did_yui/$link
|
||||||
|
|
||||||
## upload img
|
## upload img
|
||||||
#if [ -f ./${name}.jpeg ];then
|
#if [ -f ./${name}.jpeg ];then
|
||||||
@ -275,7 +275,7 @@ fi
|
|||||||
|
|
||||||
col=ai.syui.game
|
col=ai.syui.game
|
||||||
rkey=self
|
rkey=self
|
||||||
at_uri=at://did:plc:4hqjfn7m6n5hno3doamuhgef/ai.syui.game.user/ai
|
at_uri=at://$did_yui/ai.syui.game.user/ai
|
||||||
|
|
||||||
json="
|
json="
|
||||||
{
|
{
|
||||||
|
@ -7,7 +7,7 @@ function at-env() {
|
|||||||
handle=$handle_yui
|
handle=$handle_yui
|
||||||
did=$did_yui
|
did=$did_yui
|
||||||
created=2020-01-01T00:00:00+09:00
|
created=2020-01-01T00:00:00+09:00
|
||||||
at_uri=at://$handle_yui/ai.syui.game.user/syui
|
at_uri=at://$did_yui/ai.syui.game.user/syui
|
||||||
docs_uri=https://docs.bsky.app/docs/api
|
docs_uri=https://docs.bsky.app/docs/api
|
||||||
did=`echo $at_uri|cut -d / -f 3`
|
did=`echo $at_uri|cut -d / -f 3`
|
||||||
collection=`echo $at_uri|cut -d / -f 4`
|
collection=`echo $at_uri|cut -d / -f 4`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user