feat: update post detail page

This commit is contained in:
yanghao05
2025-04-25 11:39:28 +08:00
parent 505c41e9ef
commit b8c2c245f2
15 changed files with 191 additions and 76 deletions

View File

@@ -1,6 +1,7 @@
package http
import (
"quyun/providers/ali"
"quyun/providers/job"
"quyun/providers/jwt"
"quyun/providers/wechat"
@@ -40,9 +41,11 @@ func Provide(opts ...opt.Option) error {
return err
}
if err := container.Container.Provide(func(
oss *ali.OSSClient,
wepay *wepay.Client,
) (*posts, error) {
obj := &posts{
oss: oss,
wepay: wepay,
}