feat:add bug report button
This commit is contained in:
Generated
+5
@@ -0,0 +1,5 @@
|
|||||||
|
# 默认忽略的文件
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# 基于编辑器的 HTTP 客户端请求
|
||||||
|
/httpRequests/
|
||||||
+1
-1
@@ -438,7 +438,7 @@
|
|||||||
<div class="ov-footer">
|
<div class="ov-footer">
|
||||||
<span data-i18n="OV_FOOTER_POWERED">Powered by Sea-of-Stars-Studio</span>
|
<span data-i18n="OV_FOOTER_POWERED">Powered by Sea-of-Stars-Studio</span>
|
||||||
·
|
·
|
||||||
<a href="https://afdian.com/a/Endertrekker" target="_blank" data-i18n="FOOTER_SPONSOR">Sponsor Us</a>
|
<a href="https://github.com/Sea-of-Stars-studio/sea-of-stars-studio.github.io/issues" target="_blank" data-i18n="FOOTER_SPONSOR">Report Bug</a>
|
||||||
·
|
·
|
||||||
<a href="https://github.com/ForestOfLight/Construct/releases" target="_blank" data-i18n="DL_PAGE_TITLE">Download Construct</a>
|
<a href="https://github.com/ForestOfLight/Construct/releases" target="_blank" data-i18n="DL_PAGE_TITLE">Download Construct</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+2
-2
@@ -71,7 +71,7 @@ const i18n = {
|
|||||||
BTN_DELETE: '删除',
|
BTN_DELETE: '删除',
|
||||||
|
|
||||||
// 底部
|
// 底部
|
||||||
FOOTER_SPONSOR: '赞助我们',
|
FOOTER_SPONSOR: '反馈',
|
||||||
FOOTER_ICP: '赣ICP备2026005549号-1',
|
FOOTER_ICP: '赣ICP备2026005549号-1',
|
||||||
FOOTER_CDN: 'Esa分站',
|
FOOTER_CDN: 'Esa分站',
|
||||||
|
|
||||||
@@ -157,7 +157,7 @@ const i18n = {
|
|||||||
BTN_DELETE: 'Delete',
|
BTN_DELETE: 'Delete',
|
||||||
|
|
||||||
// Footer
|
// Footer
|
||||||
FOOTER_SPONSOR: 'Sponsor Us',
|
FOOTER_SPONSOR: 'Report Bug',
|
||||||
|
|
||||||
// Download page
|
// Download page
|
||||||
DL_PAGE_TITLE: 'Download Construct Addon',
|
DL_PAGE_TITLE: 'Download Construct Addon',
|
||||||
|
|||||||
Reference in New Issue
Block a user