feat:修复 version 被删掉的问题

This commit is contained in:
Max 2025-07-13 08:59:48 +08:00
parent 5c9d2c8d36
commit 665c9e6049
1 changed files with 3 additions and 3 deletions

View File

@ -244,10 +244,10 @@ class StringUtils {
return 'General';
}
///
///
static String cleanPath(String path) {
//
return path.replaceFirst(RegExp(r'^/api/v\d+'), '');
//
return path;
}
///