mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-08 02:03:42 +08:00
feat: midjourney plus service is ready
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
import (
|
||||
"fmt"
|
||||
"strings"
|
||||
)
|
||||
|
||||
func main() {
|
||||
str := "7151109597841850368 一个漂亮的中国女孩,手上拿着一桶爆米花,脸上带着迷人的微笑,电影效果"
|
||||
index := strings.Index(str, " ")
|
||||
fmt.Println(str[index+1:])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user