refactor: 将 issues 反馈链接从 mixly2.0_src 更新为 mixly3

This commit is contained in:
梦归云帆
2025-05-04 17:09:45 +08:00
parent e3f5caf0ce
commit 9c7df51024

View File

@@ -572,7 +572,7 @@ class App extends Component {
return true; return true;
}, },
callback: (elem) => { callback: (elem) => {
const href = 'https://gitee.com/mixly2/mixly2.0_src/issues'; const href = 'https://gitee.com/bnu_mixly/mixly3/issues';
Url.open(href); Url.open(href);
}, },
scopeType: Nav.Scope.RIGHT, scopeType: Nav.Scope.RIGHT,