File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 33< head >
44 < title > GitHub 代理加速</ title >
55 < link rel ="stylesheet " href ="styles.css ">
6+ < link rel ="stylesheet " href ="https://unpkg.com/vssue/dist/vssue.min.css ">
67 < link rel ="icon " href ="/favicon.jpg ">
78 < meta charset ="UTF-8 ">
89 <!-- Google Analytics -->
@@ -90,6 +91,28 @@ <h2>页面合法输入示例</h2>
9091 </ div >
9192 </ div >
9293
94+ < div id ="vssue " class ="instructions "> </ div >
95+ < script src ="https://unpkg.com/vue@2.7.14/dist/vue.min.js "> </ script >
96+ < script src ="https://unpkg.com/vssue/dist/vssue.github.min.js "> </ script >
97+ < script >
98+ new Vue ( {
99+ el : '#vssue' ,
100+
101+ data : {
102+ title : 'Vssue Dev' ,
103+
104+ options : {
105+ owner : 'CB-X2-Jun' ,
106+ repo : 'Github_Proxy' ,
107+ clientId : 'Ov23liBmLpGDqiz84Wqv' ,
108+ clientSecret : 'af556c87e8c53600dfce3137cf298e61955ed643' , // 只有在使用某些平台时需要
109+ } ,
110+ } ,
111+
112+ template : `<vssue :title="title" :options="options"></vssue>` ,
113+ } )
114+ </ script >
115+
93116 < div class ="footer ">
94117 < div class ="footer-content ">
95118 < div class ="copyright ">
You can’t perform that action at this time.
0 commit comments