You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!DOCTYPE html><htmllang="en"><head><metacharset="UTF-8" /><metaname="viewport" content="width=device-width, initial-scale=1.0" /><title>Product's feedback page</title></head><body><divid="feesue-container"></div><scriptsrc="path-to/dist/feesue.min.js"></script><script>varfeesue=newFeesue({token: "[github personal access token]",owner: "[github owner]",repo: "[github repository]",state: "[state of issues]",labels: "[labels of issues]",direction: "[sort direction, asc or desc]",sort: "[sort field, updated_at/created_at/comments eg.]",theme_color: "[theme color like #08a5e0]",per_page: 20,product: {name: "[name of product]",intro: "[intro of product]",logo: "[logo of product]",github_url: "[github url of product]",github_title: "[text in github button]",home_url: "[home url of product]",home_title: "[text in home button]",comments_title: "[title of comments area]"}});feesue.render("feesue-container");</script></body></html>
访问页面 path-to/feedback.html
The text was updated successfully, but these errors were encountered:
生成github access token
https://github.com/settings/tokens/new
新增一个html页面
touch feedback.html
填入要展示的github项目信息
The text was updated successfully, but these errors were encountered: