feat:add bug report button

This commit is contained in:
2026-06-01 14:32:24 +08:00
Unverified
parent d1f94062e5
commit d9960f21a3
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
+1 -1
View File
@@ -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>
&nbsp;·&nbsp; &nbsp;·&nbsp;
<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>
&nbsp;·&nbsp; &nbsp;·&nbsp;
<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
View File
@@ -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',