Skip to content
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

Merged
merged 10 commits into from
Jan 8, 2024
Merged

feat: 添加repo基础逻辑 #29

merged 10 commits into from
Jan 8, 2024

Conversation

freeziyou
Copy link
Contributor

No description provided.

@@ -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="?")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个是不是加错位置了?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

加错了,这里统一从话题中获取url

):
elements = [
FeishuMessageDiv(
content=content,
content=f"没有执行此操作的权限 \n\n({content})",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个是不是还是把前面的这个没有权限放外面传过来?
可能有不是权限错误的信息

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@freeziyou freeziyou merged commit 191d2ae into main Jan 8, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants