dashboard
repositories
filestore
activity
search
login
main
/
wakuwaku
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
waku ext
lefengyang
2026-08-20
d01a28cb030b2cb0ff1d42273c877a0f728519a6
[wakuwaku.git]
/
jp163
/
src
/
background
/
services
/
BgContentService.ts
1
2
3
4
5
6
7
import {setMsgMethod} from "gs-br-ext";
import {IBgContentService} from "/src-com";
import {commitBidBg} from "./commitBidBg";
setMsgMethod<IBgContentService>({
commitBidBg,
})