JS 脚本: 加入好友的世界 (#1108)

This commit is contained in:
ftnfurina
2025-06-16 00:54:16 +08:00
committed by GitHub
parent c845e5746c
commit 82f7b40fa6
4 changed files with 121 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"manifest_version": 1,
"name": "加入好友的世界",
"description": "快让我访问!",
"version": "0.0.1",
"main": "index.js",
"settings_ui": "settings.json",
"authors": [
{
"name": "ftnfurina",
"link": "https://github.com/ftnfurina"
}
]
}