-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 添加repo基础逻辑 #29
feat: 添加repo基础逻辑 #29
Conversation
server/utils/lark/parser.py
Outdated
@@ -32,6 +34,7 @@ def init_subparsers(self): | |||
parser_new.set_defaults(func=self.on_new) | |||
|
|||
parser_view = self.subparsers.add_parser("/view") | |||
parser_edit.add_argument("url", nargs="?") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个是不是加错位置了?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
加错了,这里统一从话题中获取url
server/utils/lark/repo_tip_failed.py
Outdated
): | ||
elements = [ | ||
FeishuMessageDiv( | ||
content=content, | ||
content=f"没有执行此操作的权限 \n\n({content})", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个是不是还是把前面的这个没有权限放外面传过来?
可能有不是权限错误的信息
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
No description provided.