Commit Graph

  • b7bbb3155f feat(demo): 添加 Input 组件示例 main Vixalie 2025-08-24 11:34:18 +08:00
  • 21426a27b2 feat(Segments): 添加只读属性并优化相关交互 Vixalie 2025-08-24 11:27:11 +08:00
  • df1ccb783f feat(components): 为复选框和单选框组件添加只读属性 Vixalie 2025-08-24 11:26:06 +08:00
  • 79a7d4c92a feat(Select): 添加只读属性并优化相关交互 Vixalie 2025-08-24 11:24:21 +08:00
  • 9eeb223b97 feat(Input): 增加只读属性并优化相关交互 Vixalie 2025-08-24 11:19:58 +08:00
  • 9fe13bde17 fix(Input): 修复 Input 组件禁用状态样式 Vixalie 2025-08-24 11:07:55 +08:00
  • dd4d9b67ee refactor(Input): 调整 InputProps 接口定义 Vixalie 2025-08-22 10:12:28 +08:00
  • 4b394f8143 feat(components): 添加 Input 组件 Vixalie 2025-08-22 10:11:51 +08:00
  • 75291cda8c feat(components): 添加组件演示页面 Vixalie 2025-08-21 08:41:18 +08:00
  • 6c81c22c72 feat(Select): 优化下拉框位置调整和交互逻辑 Vixalie 2025-08-21 06:09:44 +08:00
  • e5e01610f5 build(eslint): 更新 ESLint 配置以支持 Solid 规则 Vixalie 2025-08-20 09:50:34 +08:00
  • 34584ff9ef feat(components): 添加 Select 组件 Vixalie 2025-08-14 23:01:05 +08:00
  • 8efd95127d style(Segments): 调整选项卡悬停和禁用状态的样式 Vixalie 2025-08-14 22:58:08 +08:00
  • 7895fbe3fe style(Segments): 优化样式和布局 Vixalie 2025-08-14 22:14:32 +08:00
  • 5523047b69 feat(components): 添加默认选中功能 Vixalie 2025-08-13 22:48:01 +08:00
  • 727fb43791 style(Divider): 调整分割线的透明度 Vixalie 2025-08-13 22:37:27 +08:00
  • 867e5f03f1 feat(components): 添加分割线组件 Vixalie 2025-08-13 22:37:07 +08:00
  • 42d5c7d28f refactor(components): 优化 Radio 组件的禁用状态样式 Vixalie 2025-08-12 22:38:29 +08:00
  • 1f10994f90 refactor(components): 优化复选框组件的样式和行为 Vixalie 2025-08-12 22:37:15 +08:00
  • 934b51dfc6 refactor(components): 修复 Segments 组件的导出并优化代码结构 Vixalie 2025-08-12 22:34:13 +08:00
  • dd8c632e69 refactor(components): 优化 Segments 组件 Vixalie 2025-08-12 22:31:18 +08:00
  • 032e3af282 feat(components): 为 Check 和 Radio 组件添加禁用状态样式 Vixalie 2025-08-12 22:18:49 +08:00
  • 2e253ff04c feat(components): 添加 Switch 组件 Vixalie 2025-08-12 22:15:29 +08:00
  • 05aa4bc8e0 fix(components): 修复 Check 和 Radio 组件中隐藏输入值 Vixalie 2025-08-12 21:40:23 +08:00
  • 12af84e680 style(components): 移除图标组件中的固定文本大小样式 Vixalie 2025-08-12 16:42:12 +08:00
  • cbf04fb0dc refactor(components): 优化 Segments 组件中的指示器样式设置 Vixalie 2025-08-12 16:39:55 +08:00
  • 1022f69d19 feat(components): 添加 HSegmengts 组件 Vixalie 2025-08-12 16:39:10 +08:00
  • d58035648a style(components): 调整复选框和单选按钮的样式 Vixalie 2025-08-12 15:31:30 +08:00
  • 722c7b075d feat(components): 添加 RadioGroup 组件 Vixalie 2025-08-12 14:50:09 +08:00
  • b864f62170 refactor(Radio): 重构 Radio 组件中的图标渲染逻辑 Vixalie 2025-08-12 14:30:31 +08:00
  • 45ead6d151 refactor(components): 优化复选框组件并引入 Dynamic 组件 Vixalie 2025-08-12 14:28:44 +08:00
  • e22e64fdac refactor(components): 优化 Check 和 Radio 组件的 onChange 事件类型定义 Vixalie 2025-08-12 14:10:31 +08:00
  • ebac9d006b feat(components): 添加 Check 复选框组件 Vixalie 2025-08-12 14:00:51 +08:00
  • 388aa97cc3 fix(components): 修复 Radio 组件中子元素渲染问题 Vixalie 2025-08-12 13:52:03 +08:00
  • e0e32c9651 feat(Radio): 添加点击事件后的状态更新 Vixalie 2025-08-12 13:45:58 +08:00
  • c6e4ead508 feat(components): 添加 Radio 组件 Vixalie 2025-08-12 13:42:24 +08:00
  • d64a8758b4 perf(components): 优化 ScrollBar 组件性能 Vixalie 2025-08-07 22:26:01 +08:00
  • b7f03197c7 feat(navigation): 添加 Demo 页面路由和组件 Vixalie 2025-08-07 22:18:04 +08:00
  • 3d05c9795b feat: 隐藏标题栏 Vixalie 2025-08-07 22:17:50 +08:00
  • f1a20d28d0 feat(components): 添加 ScrollArea 组件 Vixalie 2025-08-06 22:46:25 +08:00
  • 35b18eab0f build(deps): 用 es-toolkit 替换 lodash-es Vixalie 2025-08-06 21:56:35 +08:00
  • c0d8c4b21a style(button): 添加按钮组件的多种样式状态 Vixalie 2025-08-05 13:18:15 +08:00
  • e7c9b700a6 feat(components): 添加 ActionIcon 组件 Vixalie 2025-08-05 13:18:01 +08:00
  • c2723a793b refactor(src): 更新导航图标并优化菜单按钮 Vixalie 2025-08-05 06:35:52 +08:00
  • 627bbde46e style(tauri): 移除隐藏标题栏的配置项 Vixalie 2025-08-05 06:35:44 +08:00
  • 1a06d39059 feat(router): 添加路由配置和新页面组件 Vixalie 2025-08-04 22:44:49 +08:00
  • 76fd04aa74 feat(stores): 添加共享存储模块 Vixalie 2025-08-04 22:44:34 +08:00
  • 0e3163be17 feat(Layout): 重构布局组件并添加导航链接 Vixalie 2025-08-04 22:44:16 +08:00
  • 773f6d9f4d build(tauri): 添加操作系统插件并调整窗口配置 Vixalie 2025-08-04 22:43:57 +08:00
  • 06ea873419 style(css): 添加文本样式和按钮样式 Vixalie 2025-08-04 22:04:59 +08:00
  • 95335dcf2d style(theme): 调整颜色变量并移除文本样式定义 Vixalie 2025-08-04 21:54:17 +08:00
  • 7b03827d3a refactor(Layout): 优化布局组件并添加搜索框 Vixalie 2025-07-28 08:34:28 +08:00
  • 5bc2b4d75d feat(theme): 更新颜色主题并增加表面颜色变量 Vixalie 2025-07-28 08:34:11 +08:00
  • 911c17f52d feat(tauri): 添加新功能并优化应用配置 Vixalie 2025-07-28 08:34:00 +08:00
  • 081cd9c307 feat(主题): 添加多种颜色调板配置 - 增加了危险色、成功色、警告色、信息色、中性色等多种调板配置 - 移除并重新添加了进步色调板配置 - 增加了各种状态下的颜色定义,包括悬停、激活、焦点等 - 优化了颜色调板的完整性和可扩展性 Vixalie 2025-07-23 06:37:45 +08:00
  • 2a363cd17b chore(eslint): 更新eslint配置 Vixalie 2025-07-22 22:42:14 +08:00
  • 00f75c684e chore(metadata): 移除不必要的meta标签 Vixalie 2025-07-22 22:31:21 +08:00
  • 5f757a2bda chore(config): 更新 ESLint 配置文件 - 删除旧的 eslint.config.js 文件 - 新增 eslint.config.mjs 文件 - 更新忽略规则,增加对新目录的忽略 - 扩展支持 JSX 文件 - 合并并优化规则配置 Vixalie 2025-07-22 22:25:32 +08:00
  • bd7c4ed4cd feat(router): 添加布局组件并集成到路由中 Vixalie 2025-07-22 14:45:50 +08:00
  • 5ea982b9e9 style: 移除未使用的 CSS 变量并添加 workspace 样式 Vixalie 2025-07-22 14:45:43 +08:00
  • 1a599f9c7c build: 更新依赖项并调整依赖位置 Vixalie 2025-07-22 14:45:23 +08:00
  • 3dde386be8 feat: 重构前端架构并添加主题支持 Vixalie 2025-07-21 22:50:20 +08:00
  • 5f59735e94 fix(index.html): 修复HTML格式并更新语言和视口设置 Vixalie 2025-07-21 21:56:48 +08:00
  • 7d94577ed2 build(init):初始化构建项目。 Vixalie 2025-07-21 21:55:59 +08:00