mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(cloudcmd) --name: add ability to set tab name in web browser
This commit is contained in:
parent
9ef0dd02dd
commit
9cdca9efe5
12 changed files with 93 additions and 20 deletions
|
|
@ -107,8 +107,12 @@ function indexProcessing(options) {
|
|||
className : ''
|
||||
});
|
||||
|
||||
const name = config('name');
|
||||
|
||||
data = rendy(data, {
|
||||
title: CloudFunc.getTitle(),
|
||||
title: CloudFunc.getTitle({
|
||||
name,
|
||||
}),
|
||||
fm: left + right,
|
||||
prefix: prefix(),
|
||||
config: JSON.stringify(config('*')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue