Skip to content

Instantly share code, notes, and snippets.

View chenruivv-code's full-sized avatar

chenruivv-code

  • Joined Apr 29, 2026
View GitHub Profile
@chenruivv-code
chenruivv-code / test_gist.py
Created April 29, 2026 14:07
Manus GitHub 连接器功能测试 Gist
# GitHub 连接器测试 Gist
def hello():
print("Hello from Manus GitHub Connector")
hello()