chore: 集成设计系统和完善范式相关组件
## 主要改进 - index.html:引入设计系统样式文件 - package.json:添加 playwright 依赖用于测试 - ParadigmSelectorModal.vue:添加"新建范式"按钮 - 其他组件:更新以支持自定义范式功能 ## 技术改进 - 统一设计 token 和组件样式 - 完善范式选择和创建流程 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,12 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>AI 写作工坊 - 结构化生成工具</title>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
|
||||
|
||||
<!-- 设计系统样式 -->
|
||||
<link rel="stylesheet" href="/src/styles/design-tokens.css">
|
||||
<link rel="stylesheet" href="/src/styles/components.css">
|
||||
<link rel="stylesheet" href="/src/styles/utilities.css">
|
||||
|
||||
<style>
|
||||
/* 自定义滚动条样式,适配深色主题 */
|
||||
::-webkit-scrollbar { width: 8px; height: 8px; }
|
||||
|
||||
Reference in New Issue
Block a user