1. 08 Jun, 2025 3 commits
    • feat(token): auto-generate default token names when user input is empty · e0ff3b6f
      When creating tokens, if the user doesn't provide a token name (empty or whitespace-only),
      the system will now automatically generate a name using the format "default-xxxxxx" where
      "xxxxxx" is a 6-character random alphanumeric string.
      
      This enhancement ensures that all created tokens have meaningful names and improves the
      user experience by removing the requirement to manually input token names for quick token
      creation scenarios.
      
      Changes:
      - Modified token creation logic to detect empty token names
      - Added automatic fallback to "default" base name when user input is missing
      - Maintained existing behavior for multiple token creation with random suffixes
      - Ensured consistent naming pattern across single and batch token creation
      Apple\Apple committed
    • 💄 style(Logs): Add rounded corners to image view button in MjLogsTable · 50402359
      - Add rounded-full class to "查看图片" (View Image) button for consistent UI styling
      - All other buttons in both MjLogsTable.js and TaskLogsTable.js already have rounded corners applied
      - Ensures uniform button styling across the log tables interface
      Apple\Apple committed
    • 🎨 fix: Import Semi UI CSS explicitly to resolve missing component styles · 07f141e8
      - Add explicit import of '@douyinfe/semi-ui/dist/css/semi.css' in index.js
      - Ensures Semi Design components render with proper styling
      - Resolves issue where Semi components appeared unstyled after dependency updates
      
      This change addresses the style loading issue that occurred after adding antd
      dependency and updating the build configuration. The explicit import ensures
      consistent style loading regardless of plugin behavior changes.
      Apple\Apple committed
  2. 07 Jun, 2025 37 commits