vite-uni-dev-tool 0.0.25 → 0.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -198,6 +198,10 @@ optimizeDeps: {
198
198
 
199
199
  ## 更新日志
200
200
 
201
+ ### 0.0.26
202
+
203
+ - 兼容h5 systemInfo
204
+
201
205
  ### 0.0.25
202
206
 
203
207
  - 部分样式调整
package/dist/core.js CHANGED
@@ -3,7 +3,7 @@ import { DevEvent as u } from "./devEvent/index.js";
3
3
  import { DevIntercept as a } from "./devIntercept/index.js";
4
4
  import { DevConsole as v } from "./devConsole/index.js";
5
5
  import { EventBus as D } from "./devEventBus/index.js";
6
- const i = "0.0.25", l = "2025/12/24 11:39:13", g = {
6
+ const i = "0.0.26", l = "2025/12/24 11:47:24", g = {
7
7
  // log: console.log,
8
8
  // info: console.info,
9
9
  // warn: console.warn,
@@ -111,7 +111,7 @@ class C {
111
111
  async getDevData() {
112
112
  const t = await uni.getNetworkType();
113
113
  let e = {};
114
- e = uni.getSystemSetting(), e = await uni.getSystemInfo();
114
+ e = await uni.getSystemInfo();
115
115
  const s = uni.getDeviceInfo(), o = uni.getWindowInfo(), i = {
116
116
  ...await uni.getAppBaseInfo()
117
117
  }, a = S() || w() || await T();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-uni-dev-tool",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "description": "vite-uni-dev-tool, debug, uni-app, 一处编写,到处调试",
5
5
  "keywords": [
6
6
  "vite",