|
|
@@ -2013,11 +2013,13 @@ function _Chat() {
|
|
|
<div
|
|
|
style={{
|
|
|
position: 'absolute',
|
|
|
+ color: 'white',
|
|
|
zIndex: 2,
|
|
|
top: '50%',
|
|
|
left: '50%',
|
|
|
transform: ' translate(-110%, -100%)',
|
|
|
fontSize: 14,
|
|
|
+ fontWeight: 'bold',
|
|
|
}}>
|
|
|
我
|
|
|
</div>
|
|
|
@@ -2362,7 +2364,7 @@ function _Chat() {
|
|
|
/>
|
|
|
</label>
|
|
|
</div>
|
|
|
- <div style={{ paddingBottom: 12, textAlign: 'center', background: 'rgba(155, 155, 255, .2)', backdropFilter: 'blur(1px)', color: '#000', fontSize: 12 }}>
|
|
|
+ <div style={{ paddingBottom: 12, textAlign: 'center', background: 'rgba(155, 155, 255, .2)', backdropFilter: 'blur(1px)', color: '#fff', fontSize: 12 }}>
|
|
|
内容由AI生成,仅供参考
|
|
|
</div>
|
|
|
{showExport && (
|