feat: 更新偏好设置面板的反馈渠道信息
Some checks are pending
构建扩展程序 / 构建 Safari 扩展程序 (push) Waiting to run
构建扩展程序 / 构建 Chrome 扩展程序 (push) Successful in 1m6s
构建扩展程序 / 构建 Firefox 附加组件 (push) Successful in 51s
构建扩展程序 / 发布至 Chrome 应用商店 (push) Has been skipped
构建扩展程序 / 发布至 Edge 附加组件商店 (push) Has been skipped
构建扩展程序 / 发布至 Firefox 附加组件库 (push) Has been skipped
Some checks are pending
构建扩展程序 / 构建 Safari 扩展程序 (push) Waiting to run
构建扩展程序 / 构建 Chrome 扩展程序 (push) Successful in 1m6s
构建扩展程序 / 构建 Firefox 附加组件 (push) Successful in 51s
构建扩展程序 / 发布至 Chrome 应用商店 (push) Has been skipped
构建扩展程序 / 发布至 Edge 附加组件商店 (push) Has been skipped
构建扩展程序 / 发布至 Firefox 附加组件库 (push) Has been skipped
- 更新 GitHub 仓库链接描述,明确提及 Issue 功能 - 新增 Discord 社群链接,提供额外的交流和反馈渠道 - 新增 Trello 看板链接,让用户了解开发进度 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
afe21c0cf6
commit
d8b284d54e
|
@ -126,7 +126,27 @@ const version = computed(() => {
|
|||
class="flex justify-between items-center px-6 py-4 w-full text-left hover:bg-neutral-300/10 transition-all">
|
||||
<div class="flex flex-col">
|
||||
<div class="text-base text-white">前往 GitHub 仓库</div>
|
||||
<div class="text-sm text-white/80">修 Bug 的事情就拜托了,大佬桑!(鞠躬)</div>
|
||||
<div class="text-sm text-white/80">在 Issue 中提交问题或建议,或者,修 Bug 的事情就拜托了,大佬桑!(鞠躬)</div>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="odd:bg-neutral-300/5">
|
||||
<a href="https://discord.gg/QQUfeb2gzH" target="_blank"
|
||||
class="flex justify-between items-center px-6 py-4 w-full text-left hover:bg-neutral-300/10 transition-all">
|
||||
<div class="flex flex-col">
|
||||
<div class="text-base text-white">前往 Discord 社群</div>
|
||||
<div class="text-sm text-white/80">在社群中提交问题或建议,或是来聊聊《明日方舟》的音乐吧!</div>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="odd:bg-neutral-300/5">
|
||||
<a href="https://trello.com/b/Ju1TRXla" target="_blank"
|
||||
class="flex justify-between items-center px-6 py-4 w-full text-left hover:bg-neutral-300/10 transition-all">
|
||||
<div class="flex flex-col">
|
||||
<div class="text-base text-white">前往 Trello 看板</div>
|
||||
<div class="text-sm text-white/80">了解 MSR Mod 目前的开发进度。</div>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue
Block a user