Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

允许扩展文件夹名包含连字符 - #100

Open
iamapig120 opened this issue Jun 27, 2020 · 1 comment
Open

允许扩展文件夹名包含连字符 - #100

iamapig120 opened this issue Jun 27, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@iamapig120
Copy link
Member

Bug 描述
扩展文件夹名无法包含连字符 -

预期行为
扩展文件夹名应可以正常包含连字符 -

客户端信息 (请完善以下信息):

  • 操作系统: Win10 2004
  • 系统架构 x64
  • 版本号 2.0.1

备注
任何有关于这个Bug的其他信息

@iamapig120 iamapig120 added the bug Something isn't working label Jun 27, 2020
@Yesterday17
Copy link
Member

在扩展 JSON 文件的 Schema 中规定了 id 中只能为 ^[_a-zA-Z0-9]+$,而 JSON Schema 非法则不会在列表中显示。

"id": {
"type": "string",
"pattern": "^[_a-zA-Z0-9]+$"

因此解决方案是按规定命名放宽限制

@Yesterday17 Yesterday17 changed the title [BUG] 扩展文件夹名无法包含连字符 - 允许扩展文件夹名包含连字符 - Jan 2, 2021
@Yesterday17 Yesterday17 added enhancement New feature or request and removed bug Something isn't working labels Jan 2, 2021
@Yesterday17 Yesterday17 self-assigned this Aug 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants