mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-19 10:08:03 +08:00
1、实现富文本编辑器
2、实现文档转换为PDF、MOBI、EPUB、Word格式 3、实现登录后跳转到来源地址
This commit is contained in:
@@ -19,10 +19,10 @@ type Daemon struct {
|
||||
func NewDaemon() *Daemon {
|
||||
|
||||
config := &service.Config{
|
||||
Name: "mindocd", //服务显示名称
|
||||
Name: "mindocd", //服务显示名称
|
||||
DisplayName: "MinDoc service", //服务名称
|
||||
Description: "A document online management program.", //服务描述
|
||||
WorkingDirectory: commands.WorkingDirectory,
|
||||
WorkingDirectory: conf.WorkingDirectory,
|
||||
Arguments: os.Args[1:],
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user