-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(portal): Web Shell支持跳转到文件编辑页面 (#1102)
目前Web Shell支持的命令有`sopen`和`sdown [文件名]`,`sopen`用于跳转到文件系统的当前目录,`sdown [文件名]`下载文件到本地。 增加了`sedit [文件名]`命令,用于在Web Shell中直接跳转到指定文件的编辑页面。 ![image](https://github.com/PKUHPC/SCOW/assets/102740885/135c7084-b032-41f6-9e3f-304514e38ba6) 输入`sedit [文件名]`会跳转到对应文件的编辑页面: ![image](https://github.com/PKUHPC/SCOW/assets/102740885/8126decf-ed6f-442f-956f-58700ab772dc) ![image](https://github.com/PKUHPC/SCOW/assets/102740885/4e9447f1-fbae-4ef5-9d2a-9e82cb914646) 配置使用此功能请参考文档:配置->门户系统->Shell终端文件传输功能. --------- Co-authored-by: WZD09 <>
- Loading branch information
Showing
8 changed files
with
99 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@scow/portal-server": patch | ||
"@scow/portal-web": patch | ||
"@scow/docs": patch | ||
--- | ||
|
||
Web Shell 支持跳转到文件编辑页面 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters