xijs icon indicating copy to clipboard operation
xijs copied to clipboard

A business - oriented scene Js Library

Results 6 xijs issues
Sort by recently updated
recently updated
newest added

### 注意⚠️ 对于出现`regeneratorRuntime is not defined问题的解决`, 我们可以在webpack做如下配置, 来支持es的async / await : ```bash npm install --save-dev @babel/plugin-transform-runtime ``` 配置: ```js use: { loader: 'babel-loader', options: { plugins: ["@babel/plugin-transform-runtime"] } } ```

对 `hyphenate` 做了点优化, 针对连续大写专有名词 ```js // 优化前: console.log(hyphenate('getDataFromDB', '_')) // output: get_data_from_d_b // 优化后: console.log(hyphenate('getDataFromDB', '_')) // output: get_data_from_db ```

uniapp框架制作微信小程序,引入xijs之后,真机白屏。报下面错误,去掉引用后正常 Error during evaluating file "app.js": `length` must be a positive 32-bit integer TypeError: `length` must be a positive 32-bit integer at Pl (https://usr/appservice.app.js:129:143424) at e.exports (https://usr/appservice.app.js:129:144054) at define.isPage (https://usr/appservice.app.js:129:144217)...

文档几乎没有对常量的解释,自己摸索了下,没搞明白,知道是被删掉了,但被删掉不应该返回FAILURE吗,为什么会返回OVERFLOW呢?

有一个formatNumber转成千分位的,但是没有小数位 ![image](https://github.com/MrXujiang/xijs/assets/66149859/a172b97a-011a-4318-8464-eda389c1d3ef) 希望作者大大能提供一个

![image](https://github.com/MrXujiang/xijs/assets/32922591/86e42a29-d690-4c77-b6e5-e0e8c1dc58ff) 菜单名称被省略,不知该方法的作用,必须点击菜单看详情,体验度真的太不友好了