style: auto format
This commit is contained in:
parent
e5b0754fd6
commit
a13a9bda06
|
|
@ -7,10 +7,10 @@ export const route: Route = {
|
|||
path: '/file/:user/:repo/:branch/:filepath{.+}',
|
||||
example: '/github/file/DIYgod/RSSHub/master/README.md',
|
||||
parameters: {
|
||||
user: "GitHub user or org name",
|
||||
repo: "repository name",
|
||||
branch: "branch name",
|
||||
filepath: "path of target file",
|
||||
user: 'GitHub user or org name',
|
||||
repo: 'repository name',
|
||||
branch: 'branch name',
|
||||
filepath: 'path of target file',
|
||||
},
|
||||
radar: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue