feat: enhance BottomNav component and update project configuration

This commit is contained in:
2026-03-12 22:53:57 +08:00
parent 02dd31e85c
commit 8d2180940b
25 changed files with 1083 additions and 135 deletions

View File

@@ -0,0 +1,10 @@
import Taro from "@tarojs/taro";
import { Query } from '@kevisual/query'
export const query = new Query({
adapter: (config) => {
//
console.log("Request config:", config);
return Taro.request(config as any);
}
});