Compare commits

..

No commits in common. "c57d7bc42de35c3243ecbf708571b4314c9b0414" and "d8b284d54ee6b0d4e0327883464c060ae0d97357" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "MSR Mod", "name": "MSR Mod",
"version": "0.0.7", "version": "0.0.6",
"description": "塞壬唱片Monster Siren Records官网的替代前端。", "description": "塞壬唱片Monster Siren Records官网的替代前端。",
"content_scripts": [ "content_scripts": [
{ {

View File

@ -42,14 +42,11 @@ onMounted(async () => {
</div> </div>
<div class="flex flex-col gap-4 mb-8 px-8 text-lg"> <div class="flex flex-col gap-4 mb-8 px-8 text-lg">
<p>最近两周有家事同时我的 MacBook Pro MagSafe 出了故障还在 Genius Bar 维修所以开发进程受到了一些影响</p>
<p>MSR Mod 现在有两种渠道接收错误及意见反馈如果你对 MSR Mod 有任何的意见建议或是想要回报错误及体验困惑之处欢迎前往 <a href="https://github.com/Astrian/msr-mod/issues" target="_blank" class="underline">GitHub Issue</a> <a href="https://discord.gg/QQUfeb2gzH" target="_blank" class="underline">Discord 社群</a> 向我们反馈如果你的意见或错误回报被接受我们会将其放入 <a href="https://trello.com/b/Ju1TRXla" target="_blank" class="underline">Trello 看板</a> 中进行跟踪敬请留意</p> <p>MSR Mod 现在有两种渠道接收错误及意见反馈如果你对 MSR Mod 有任何的意见建议或是想要回报错误及体验困惑之处欢迎前往 <a href="https://github.com/Astrian/msr-mod/issues" target="_blank" class="underline">GitHub Issue</a> <a href="https://discord.gg/QQUfeb2gzH" target="_blank" class="underline">Discord 社群</a> 向我们反馈如果你的意见或错误回报被接受我们会将其放入 <a href="https://trello.com/b/Ju1TRXla" target="_blank" class="underline">Trello 看板</a> 中进行跟踪敬请留意</p>
<ul class="list-disc list-inside"> <ul class="list-disc list-inside">
<li>新增版本更新提示对话框将在 MSR Mod 更新后首次启动显示</li> <li>新增版本更新提示对话框将在 MSR Mod 更新后首次启动显示</li>
<li>增强对 Apple Safari 浏览器的兼容性支持</li> <li>增强对 Apple Safari 浏览器的兼容性支持</li>
<li>修复 Windows 和其他操作系统中偏好设置面板滚动条显示异常的问题</li>
<li>在偏好设置面板中新增 Discord 社群和 Trello 看板链接</li>
</ul> </ul>
</div> </div>
</div> </div>