ai/at
1
0

add ozone

This commit is contained in:
2025-05-05 08:15:49 +09:00
parent 246f95a00c
commit 8b97cbfd9b
10 changed files with 306 additions and 47 deletions

View File

@ -10,6 +10,10 @@ function at-env() {
did=$did_yui
created=2025-04-21T00:00:00.323Z
docs_uri=https://docs.bsky.app/docs/api
at_uri=at://$handle/ai.syui.game/ai
did=`echo $at_uri|cut -d / -f 3`
collection=`echo $at_uri|cut -d / -f 4`
rkey=`echo $at_uri|cut -d / -f 5`
d=${0:a:h}
f=~/.config/ai/token.json
if [ -f $f ];then
@ -23,10 +27,6 @@ function at-env() {
plc=plc.syu.is
pds=$host
fi
at_uri=at://$handle/ai.syui.game/ai
did=`echo $at_uri|cut -d / -f 3`
collection=`echo $at_uri|cut -d / -f 4`
rkey=`echo $at_uri|cut -d / -f 5`
}
function at-unset() {