add ozone
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user