Enhance README and UI components with improved user guidance and account identifier masking

- Updated README.md to provide clearer project information, features, and quick start instructions.
- Added a function to mask the user's account identifier in CursorAccountCard.vue for enhanced privacy.
- Adjusted localization files to remove outdated entries and improve clarity across multiple languages.
- Refactored MainLayout.vue to streamline author information handling and improve user experience.
This commit is contained in:
leookun
2026-08-08 00:54:02 +08:00
parent 1a7a20c519
commit 7d622dd039
17 changed files with 256 additions and 232 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ function normalizeModelAdapterTestResult(source) {
rawResponse: asString(raw.rawResponse),
testedAt: asString(raw.testedAt),
};
if (!normalized.summaryText) {
if (status === "running" || status === "success") {
normalized.summaryText = formatModelAdapterTestSummary(normalized);
}
if (status === "error" && !normalized.summaryText) {