Merge branch 'main' into feature-minePage

This commit is contained in:
guozhigq
2024-10-05 11:26:29 +08:00
29 changed files with 443 additions and 419 deletions

View File

@ -82,7 +82,7 @@ class PiliSchame {
case 'opus':
if (path.startsWith('/detail')) {
var opusId = path.split('/').last;
Get.toNamed('/opus', arguments: {
Get.toNamed('/opus', parameters: {
'title': '',
'id': opusId,
'articleType': 'opus',