Files
zn-ai/dist/assets/index-tccZ5UIk.css
duanshuwen 6615d11dd6 chore: restructure project and add i18n support
- Reorganize project structure with new electron and shared directories
- Add comprehensive i18n support with Chinese, English, and Japanese locales
- Update build configurations and TypeScript paths for new structure
- Add various UI components including chat interface and task management
- Include Windows release binaries and localization files
- Update dependencies and fix import paths throughout the codebase
2026-04-06 14:39:06 +08:00

2 lines
2.5 KiB
CSS

.task[data-v-74ff89ed]{z-index:1;transition:all .2s linear;position:relative}.task .success[data-v-74ff89ed]{color:#1fc16b;background-color:#e0faec}.task .error[data-v-74ff89ed]{color:#fb3748;background-color:#ffebec}.task .warning[data-v-74ff89ed]{color:#fa7319;background-color:#fff3eb}.task[data-v-74ff89ed]:hover{z-index:2;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.task-tab .text[data-v-be5e193a]{color:#525866;cursor:pointer;font-size:14px}.task-tab .active[data-v-be5e193a]{color:#2b7fff;background:#fff;border-radius:8px;position:relative}.task-tab .active[data-v-be5e193a]:after{content:"";border:1px solid #2b7fff;border-radius:8px;width:100%;height:100%;position:absolute;top:0;left:0}.task-tab .text[data-v-33324fcc]{color:#525866;cursor:pointer;font-size:14px}.task-tab .active[data-v-33324fcc]{color:#2b7fff;background:#fff;border-radius:8px;position:relative}.task-tab .active[data-v-33324fcc]:after{content:"";border:1px solid #2b7fff;border-radius:8px;width:100%;height:100%;position:absolute;top:0;left:0}pre code.hljs{padding:1em;display:block;overflow-x:auto}code.hljs{padding:3px 5px}.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}.wave[data-v-5b734189]{text-align:center;width:30px;position:relative}.dot[data-v-5b734189]{background:#333;border-radius:50%;width:3px;height:3px;margin-right:3px;animation:1.3s linear infinite wave-5b734189;display:inline-block}.dot[data-v-5b734189]:nth-child(2){animation-delay:-1.1s}.dot[data-v-5b734189]:nth-child(3){animation-delay:-.9s}@keyframes wave-5b734189{0%,60%,to{transform:initial}30%{transform:translateY(-5px)}}