This website requires JavaScript.
Explore
Help
Register
Sign In
expdsn
/
ai-bot
Watch
1
Star
0
Fork
You've already forked ai-bot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f273be61d4
ai-bot
/
app
/
_lib
/
atom.ts
5 lines
100 B
TypeScript
Raw
Blame
History
import
{
atom
}
from
'jotai'
;
// 定义一个简单的原子
export
const
linkTypeAtom
=
atom
(
''
)
;
Reference in New Issue
View Git Blame
Copy Permalink