Skip to content

Commit a02686e

Browse files
committed
chore: 更新项目版本号至 3.3.6
- 在 .env 文件中将 VITE_VERSION 更新至 3.3.6。 - 在 Assistant 页面中调整按钮大小,提升用户交互体验。 - 在 Comment 页面中调整表格列宽,优化布局。 - 移除不再使用的样式文件 index.scss,简化项目结构。 - 在 Web 页面中重构布局,增加网站管理功能的弹窗,优化用户界面和交互。
1 parent 5e88d0b commit a02686e

File tree

5 files changed

+234
-320
lines changed

5 files changed

+234
-320
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 项目版本号
2-
VITE_VERSION=3.3.5
2+
VITE_VERSION=3.3.6
33

44
# 项目后端API地址
55
VITE_PROJECT_API=https://你的后端域名/api

src/pages/assistant/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export default () => {
154154
return (
155155
<div>
156156
<Title value="助手管理">
157-
<Button type="primary" onClick={() => setIsModalOpen(true)}>
157+
<Button type="primary" size="large" onClick={() => setIsModalOpen(true)}>
158158
添加助手
159159
</Button>
160160
</Title>

src/pages/comment/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export default () => {
132132
key: 'action',
133133
fixed: 'right',
134134
align: 'center',
135-
width: 130,
135+
width: 110,
136136
render: (_: string, record: Comment) => (
137137
<div className="flex justify-center space-x-2">
138138
<Button

src/pages/web/index.scss

Lines changed: 0 additions & 162 deletions
This file was deleted.

0 commit comments

Comments
 (0)