Alan Wang

Results 23 issues of Alan Wang

Please make sure these boxes are checked before submitting your PR, thank you! * [x] Make sure you follow Element's contributing guide ([中文](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.zh-CN.md) | [English](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.en-US.md) | [Español](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.fr-FR.md)). *...

新增IP识别,添加身份证号识别的正则。 ip示例: `"192.168.1.1, 1.1.1.1, 255.254.251.256, 0.0.0.0"` 输出: `192.168.1.1/ip,,/w, ,1.1.1.1/ip,,/w, ,255/m,./w,254/m,./w,251/m,./w,256/m,,/w, ,0.0.0.0/ip` idcard示例: `"132826197713205030这,身份证号码是13072219850628005xx"` 输出: `132826197713205030/m,这/r,,/w,身份/n,证号码/n,是/v,13072219850628005x/idcard,x/en`

Travis CI的默认工作路径是`/home/travis/build/{owner}/`, 如ansj_seg项目的owner指的是组织名`NLPchina`,如果在Travis CI中指定了绝对路径`/home/travis/build/NLPchina/`,那么当fork仓库配置了自己的Travis CI,则CI会失败,因为fork用户的Travis默认工作路径并不是`/home/travis/build/NLPchina/`,例如我的fork仓库执行Travis的时候,工作路径是`/home/travis/build/Alanscut/`,因此就会报错:不存在路径`/home/travis/build/NLPchina/` 因此如果直接使用相对路径的话,在其他开发者的fork仓库中CI也会执行成功。

#### Is your feature request related to a problem? Please describe. No. Hope to add an adapter that supports HarmonyOS in axios #### Describe the solution you'd like I have...

feature
added to linear

linked issue #2938 add a simple funtion to return a string that can be used directly by `` [link](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local#value) * @example * const result = getDatetimeLocal(new Date(2022, 3, 25, 17,...

linked #2926 add options let users can get number include decimals point,also can set digits after the decimal point. ``` * const result = monthsToYears(40, {decimals: true}) * //=> 3.33...