Skip to content

Commit

Permalink
投资人更新;补充文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikaros-521 committed Aug 17, 2023
1 parent 09d1284 commit d2ff54c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,5 +334,8 @@
"comment_enable": true,
"entrance_enable": true,
"gift_enable": true
},
"game": {
"module_name": "game2"
}
}
5 changes: 5 additions & 0 deletions docs/投资人/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@
avatar: "https://images.cnblogs.com/cnblogs_com/ikaros-521/2328032/o_230805031541_QQ%E5%9B%BE%E7%89%8720230805111340.jpg",
amount: "¥200"
},
{
name: "花开一季",
avatar: "https://images.cnblogs.com/cnblogs_com/ikaros-521/2328032/o_230817152316_QQ%E5%9B%BE%E7%89%8720230817232145.jpg",
amount: "¥150"
},
{
name: "灯漉阑珊",
avatar: "https://images.cnblogs.com/cnblogs_com/ikaros-521/2328032/o_230722165246_QQ%E5%9B%BE%E7%89%8720230723005230.jpg",
Expand Down
Binary file modified docs/投资人/投资人.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
此处存放一些测试例程
2 changes: 2 additions & 0 deletions ui/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
`bg.png` 为GUI使用的背景图片,用户可以自行替换自己心仪的图片来自定义背景。
`main.ui` 为GUI的布局文件,用户可以自行修改布局。
4 changes: 4 additions & 0 deletions utils/my_handle.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ def __init__(self, config_path):
elif self.chat_type == "langchain_chatglm":
self.langchain_chatglm = GPT_MODEL.get(self.chat_type)
elif self.chat_type == "game":
# from game.game import Game

# game = Game()

exit(0)

# 判断是否使能了SD
Expand Down

0 comments on commit d2ff54c

Please sign in to comment.