This website requires JavaScript.
Explore
Help
Sign In
theluyuan
/
blog-server
Watch
1
Star
0
Fork
0
You've already forked blog-server
Code
Issues
Pull Requests
Releases
Wiki
Activity
d018bfc9c5
blog-server
/
controllers
/
label.js
6 lines
123 B
JavaScript
Raw
Normal View
History
Unescape
Escape
分组
2019-12-02 16:08:44 +08:00
// 获取标签
var
getlabel
=
async
(
ctx
,
next
)
=>
{
await
IDBOpenDBRequest
.
find
(
'label'
)
.
then
(
(
res
)
=>
{
}
)
}
Reference in New Issue
Copy Permalink