Refactor(云灵AI):1、使用新模型逻辑对接;2、订单查询

This commit is contained in:
lifizer
2026-04-13 15:33:59 +08:00
parent 2f5b17da92
commit 2f5bb204bb
12 changed files with 1614 additions and 235 deletions
+49 -15
View File
@@ -94,24 +94,32 @@ page {
left: 0;
right: 0;
z-index: 8;
display: flex;
align-items: center;
justify-content: flex-end;
padding: 0 24rpx;
transition: all 0.2s;
overflow-x: auto;
&.focus {
transform: translateY(-40rpx);
}
.container {
display: flex;
flex-wrap: nowrap;
align-items: center;
width: 100%;
padding: 0 24rpx;
box-sizing: border-box;
}
.new-chat {
display: flex;
align-items: center;
height: 68rpx;
flex-shrink: 0;
height: 64rpx;
padding: 0 24rpx;
border-radius: 40rpx;
line-height: 68rpx;
margin: 0 20rpx 0 0;
border-radius: 16rpx;
line-height: 64rpx;
font-size: 30rpx;
background-color: #fff;
box-shadow: 0rpx 6rpx 12rpx rgba(0,0,0,0.16);
color: #fff;
background-color: #3D4CF1;
box-shadow: 0rpx 6rpx 20rpx rgba(74,74,74,0.1);
.btn-icon {
display: block;
width: 40rpx;
@@ -121,11 +129,35 @@ page {
}
.icon {
display: block;
width: 68rpx;
height: 68rpx;
margin: 0 0 0 24rpx;
border-radius: 50%;
box-shadow: 0rpx 6rpx 12rpx rgba(0,0,0,0.16);
flex-shrink: 0;
width: 64rpx;
height: 64rpx;
margin: 0 20rpx 0 0;
border-radius: 16rpx;
box-shadow: 0rpx 6rpx 20rpx rgba(74,74,74,0.1);
}
.bottom-tool-item {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
height: 64rpx;
padding: 0 24rpx;
margin: 0 20rpx 0 0;
border-radius: 16rpx;
font-size: 30rpx;
color: #333;
background-color: #fff;
box-shadow: 0rpx 6rpx 20rpx rgba(74,74,74,0.1);
.tool-icon {
display: block;
width: 32rpx;
height: 32rpx;
padding: 0;
margin: 0 12rpx 0 0;
background-color: none;
box-shadow: none;
}
}
}
.fix-page-bottom {
@@ -1191,4 +1223,6 @@ page {
}
}
}
}
}
.page-to-bottom {
}