OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
13
app/Domain/Users/Js/usersService.js
Normal file
13
app/Domain/Users/Js/usersService.js
Normal file
@@ -0,0 +1,13 @@
|
||||
leantime.usersService = (function () {
|
||||
|
||||
//Functions
|
||||
|
||||
var saveUserPhoto = function (photo) {
|
||||
leantime.usersRepository.saveUserPhoto(photo);
|
||||
};
|
||||
|
||||
// Make public what you want to have public, everything else is private
|
||||
return {
|
||||
saveUserPhoto: saveUserPhoto
|
||||
};
|
||||
})();
|
||||
Reference in New Issue
Block a user