@@ -113,7 +113,7 @@ const title = computed(() => {
if (domain.includes('sohoeb2b')) {
return '苏豪通'; // Use the imported image for this domain
} else {
- return 'Adweb V3'; // Use the imported image for other domains
+ return 'AdWeb'; // Use the imported image for other domains
}
});