From 022dd3303b76f78c68b938ee41f4efc4d9fc0b8e Mon Sep 17 00:00:00 2001 From: MaysWind Date: Fri, 2 Jan 2026 00:49:25 +0800 Subject: [PATCH] adjust the display order of the third party dependency home page url and license url --- src/views/desktop/AboutPage.vue | 2 +- src/views/mobile/AboutPage.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/desktop/AboutPage.vue b/src/views/desktop/AboutPage.vue index a16eff24..6da3faf3 100644 --- a/src/views/desktop/AboutPage.vue +++ b/src/views/desktop/AboutPage.vue @@ -175,9 +175,9 @@
{{ licenseInfo.name }}
{{ licenseInfo.copyright }}
-
{{ licenseInfo.url }}
{{ licenseInfo.license || 'License' }}:
{{ licenseInfo.licenseUrl }}
+
{{ licenseInfo.url }}
{{ licenseInfo.name }}
{{ licenseInfo.copyright }}
-
{{ licenseInfo.url }}
{{ licenseInfo.license || 'License' }}: {{ licenseInfo.licenseUrl }}
+
{{ licenseInfo.url }}