Skip to content

Commit 123b7d8

Browse files
committed
feat: 1.5.8
1 parent be1eb8b commit 123b7d8

5 files changed

Lines changed: 450 additions & 134 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 更新日志
22

3+
## 1.5.8
4+
5+
- 其他:修改权限为管理员可用,且禁止修改权限,防止权限越权
6+
37
## 1.5.7
48

59
- 修复:当大文件加载提示超过1G错误展示成1T

app/app/ui/config

Lines changed: 45 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,47 @@
11
{
2-
".url": {
3-
"code.editor.Main": {
4-
"title": "代码编辑器",
5-
"icon": "images/icon_{0}.png",
6-
"type": "iframe",
7-
"url": "/cgi/ThirdParty/code.editor/index.cgi/",
8-
"allUsers": false,
9-
"noDisplay": false,
10-
"fileTypes": [
11-
"text",
12-
"txt",
13-
"js",
14-
"ts",
15-
"html",
16-
"htm",
17-
"css",
18-
"scss",
19-
"less",
20-
"json",
21-
"md",
22-
"py",
23-
"java",
24-
"c",
25-
"cpp",
26-
"cc",
27-
"cxx",
28-
"go",
29-
"rs",
30-
"php",
31-
"rb",
32-
"sh",
33-
"sql",
34-
"xml",
35-
"yaml",
36-
"yml",
37-
"vue",
38-
"env",
39-
"cgi",
40-
"log",
41-
"pdf",
42-
"*"
43-
]
44-
}
2+
".url": {
3+
"code.editor.Main": {
4+
"title": "代码编辑器",
5+
"icon": "images/icon_{0}.png",
6+
"type": "iframe",
7+
"url": "/cgi/ThirdParty/code.editor/index.cgi/",
8+
"allUsers": false,
9+
"noDisplay": false,
10+
"accessPerm": "readonly",
11+
"fileTypes": [
12+
"text",
13+
"txt",
14+
"js",
15+
"ts",
16+
"html",
17+
"htm",
18+
"css",
19+
"scss",
20+
"less",
21+
"json",
22+
"md",
23+
"py",
24+
"java",
25+
"c",
26+
"cpp",
27+
"cc",
28+
"cxx",
29+
"go",
30+
"rs",
31+
"php",
32+
"rb",
33+
"sh",
34+
"sql",
35+
"xml",
36+
"yaml",
37+
"yml",
38+
"vue",
39+
"env",
40+
"cgi",
41+
"log",
42+
"pdf",
43+
"*"
44+
]
4545
}
46-
}
46+
}
47+
}

0 commit comments

Comments
 (0)