mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
refactor(vscode-ide-companion): update message handling and configuration
This commit is contained in:
@@ -34,10 +34,16 @@ export default {
|
||||
'0%, 100%': { opacity: '1' },
|
||||
'50%': { opacity: '0.5' },
|
||||
},
|
||||
// PermissionDrawer enter animation: slide up from bottom
|
||||
'slide-up': {
|
||||
'0%': { transform: 'translateY(100%)', opacity: '0' },
|
||||
'100%': { transform: 'translateY(0)', opacity: '1' },
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
'completion-menu-enter': 'completion-menu-enter 150ms ease-out both',
|
||||
'pulse-slow': 'pulse-slow 1.5s ease-in-out infinite',
|
||||
'slide-up': 'slide-up 200ms ease-out both',
|
||||
},
|
||||
colors: {
|
||||
qwen: {
|
||||
|
||||
Reference in New Issue
Block a user