Auto Commit

上级 39fed091
......@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chat GPT App</title>
<title>Chat GPT - InsCode.net</title>
</head>
<body>
<div id="app"></div>
......
......@@ -17,6 +17,9 @@
<Button size="large" class="ivu-ml" icon="md-add" :disabled="loading" @click="handleNewChat">新对话</Button>
</Col>
</Row>
<Typography class="ivu-text-center ivu-m">
Powered By <img src="src/assets/logo.png" class="logo"> <a href="https://inscode.net" target="_blank">InsCode.net</a>
</Typography>
</div>
</div>
</template>
......@@ -144,4 +147,11 @@ export default {
.dialog-item-ai .dialog-item-main {
background-color: #eee;
}
.logo{
width: 16px;
height: 16px;
vertical-align: middle;
position: relative;
top: -1px;
}
</style>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册