fix: 修复重启AM后浏览器没有显示在任务栏的问题
修复重启AM后浏览器没有显示在任务栏的问题 Log: Task: https://pms.uniontech.com/task-view-137667.html Influence: 无 Change-Id: I147ff7d2329f0d568496fdb6970925392e485d77
This commit is contained in:
@ -51,6 +51,8 @@ public:
|
||||
// 去除首尾引用
|
||||
static char *delQuote(const char *chars);
|
||||
static void delQuote(std::string &str);
|
||||
// 连接字符串
|
||||
static std::string join(std::vector<std::string> strs, std::string joinStr);
|
||||
};
|
||||
|
||||
#endif // DSTRING_H
|
||||
|
Reference in New Issue
Block a user