From 9b07e595da6e87cfc49a8728586e85c0635a8650 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期日, 19 十月 2025 13:47:59 +0800
Subject: [PATCH] feat: 1.2.0.1

---
 src/services/api/index.ts |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/services/api/index.ts b/src/services/api/index.ts
index 3a4d5e9..aa1fd08 100644
--- a/src/services/api/index.ts
+++ b/src/services/api/index.ts
@@ -21,6 +21,8 @@
 import * as logRecords from './logRecords';
 import * as menu from './menu';
 import * as fileUtils from './fileUtils';
+import * as userWallet from './userWallet';
+import * as settings from './settings';
 import * as syncDatabase from './syncDatabase';
 export default {
   enterpriseEmployee,
@@ -42,5 +44,7 @@
   logRecords,
   menu,
   fileUtils,
+  userWallet,
+  settings,
   syncDatabase,
 };

--
Gitblit v1.9.1