feat: 更新 @riwa/api-types 依赖至 0.0.133,修复锁仓组件的提交逻辑,调整订单组件的模态框初始断点

This commit is contained in:
2026-01-13 01:57:42 +07:00
parent 8d46de592d
commit 62f1c88d2c
5 changed files with 75 additions and 12 deletions

View File

@@ -97,7 +97,7 @@ export function useAppUpdate() {
// 模拟后端返回数据(开发阶段)
await new Promise(resolve => setTimeout(resolve, 500));
const versionInfo: VersionInfo = {
version: "0.0.2", // 模拟有新版本
version: "0.0.1", // 模拟有新版本
forceUpdate: false,
updateMessage: "修复了一些问题并优化了性能",
updateUrl: updateUrls[platform] || "",