Loongphy Wei

Results 9 issues of Loongphy Wei

调用 Hutool 的 PhoneUtil 类的 `isMobile(CharSequence value)` 方法验证,验证格式为 ```java public final static Pattern MOBILE = Pattern.compile("(?:0|86|\\+86)?1[3-9]\\d{9}"); ``` 若需严格验证,可对前三位号段验证: ``` /^1(3\d|4[5-9]|5[0-35-9]|6[2567]|7[0-8]|8\d|9[0-35-9])\d{8}$/ ``` 来自 https://learnku.com/articles/31543

> OS: Windows 11 Pro build 22621.105 * 2160P 200% scaling ![image](https://user-images.githubusercontent.com/42089082/174035236-93c8c7a6-b005-43ef-bfa0-7f1c414822c6.png) * 1080P 100% scaling ![image](https://user-images.githubusercontent.com/42089082/174035292-76edd47e-0cdf-4d34-b681-dba123feaff9.png)

**Describe the bug** A clear and concise description of what the bug is. **Expected behavior** A clear and concise description of what you expected to happen. **Information** - Day.js Version...

## Types of changes - [ ] New feature - [x] Bug fix - [ ] Enhancement - [ ] Component style change - [ ] Typescript definition change -...

### 💻 系统环境 Windows ### 📦 部署环境 Official Preview ### 🌐 浏览器 Chrome ### 🐛 问题描述 切换到其他页面时,不会继续输出,只有切换回来才会继续输出结果。 给我的感觉就是切换到其他页面后,输出就卡住了,只有切换回页面才会生成。 ### 🚦 期望结果 切换到其他页面时,输出应该要继续生成,而不是必须要浏览器显示当前页面才会生成结果。 ### 📷 复现步骤 1. 输入要询问的内容,点击「发送」 2.等待返回结果:切换到其他页面,等待一段时间,再切换回页面,输出结果依旧停留在原来的内容,然后继续生成 ### 📝...

🐛 Bug

Project created by `pnpm create vite my-vue-app --template vue-ts` ```json "dependencies": { "vue": "^3.2.45" }, "devDependencies": { "@vitejs/plugin-vue": "^4.0.0", "typescript": "^4.9.3", "vite": "^4.1.0", "vite-plugin-vue-component-preview": "^1.0.2", "vue-tsc": "^1.0.24" } ``` In...

bug
help wanted

~~Google [recently released](https://goo.gle/3TCvRZe) the API for Gemini-1.5-Pro-002 and Gemini-1.5-Flash-002 models. When using these new APIs, only the last message contains the `finishReason` field.~~ ## API Change The API for the...

### What problem did you meet? - Installation, deployment, and upgrade guides are fragmented across different sections - No clear navigation path between related documentation - Heavy reliance on search...

feature
status/planned
content

### What happened? When using the CLI's shell tool within a WSL2 environment to execute `pwsh.exe --version`, the process hangs indefinitely. There is no output to stdout or stderr. ###...

area/core