Prompt项目说明文档

你好, 求职者

一起迎接今天的面试吧!

复制代码
        <!-- 功能说明区域 -->
        <div class="feature-section">
            <h2 class="section-title">快捷键功能</h2>
            <div class="shortcut-list">
                <div class="shortcut-item">
                    <span class="shortcut-key">Ctrl + Alt + C</span>
                    <span class="shortcut-desc">截取特定区域</span>
                </div>
                <div class="shortcut-item">
                    <span class="shortcut-key">Ctrl + Alt + X</span>
                    <span class="shortcut-desc">无痕截屏(单点选择,双击选择矩形区域)</span>
                </div>
                <div class="shortcut-item">
                    <span class="shortcut-key">Ctrl + Alt + V</span>
                    <span class="shortcut-desc">查询剪贴板的问题</span>
                </div>
                <div class="shortcut-item">
                    <span class="shortcut-key">Ctrl + Alt + P</span>
                    <span class="shortcut-desc">截取整个屏幕(不推荐)</span>
                </div>
                <div class="shortcut-item">
                    <span class="shortcut-key">Alt + U</span>
                    <span class="shortcut-desc">根据之前对话向大模型提问</span>
                </div>
            </div>
        </div>

        <!-- 语音触发说明区域 -->
        <div class="voice-section">
            <h2 class="section-title">语音触发说明</h2>
            <div class="voice-list">
                <div class="voice-item">
                    <span class="voice-trigger">"好的面试官 / Good question"</span>
                    <span class="voice-desc">附带简历向大模型提问</span>
                </div>
                <div class="voice-item">
                    <span class="voice-trigger">"我想想 / Let me check"</span>
                    <span class="voice-desc">仅根据之前对话向大模型提问</span>
                </div>
            </div>
        </div>

        <!-- 核心按钮区域 -->
        <div class="button-section">
            <el-button type="primary" size="large" class="download-btn">
                初次使用面试龙, 点击下载文件
            </el-button>
        </div>
    </div>
</div>
相关推荐
anOnion9 分钟前
构建无障碍组件之Menu Button pattern
前端·html·交互设计
用户479492835691526 分钟前
claude Fable用不了?把Gpt 5.5pro接到你的claude code里
前端·后端
zhangxingchao3 小时前
Kotlin常用的Flow 操作符整理
前端
IT_陈寒5 小时前
React的useState居然还有这种坑?我差点删库跑路
前端·人工智能·后端
Pedantic6 小时前
SwiftUI 手势笔记
前端·后端
橙子家6 小时前
浏览器缓存之【结构化数据库与缓存】: IndexedDB、Cache storage 和 Storage buckets
前端
user20585561518136 小时前
X6 中边悬浮置顶,规避 `mouseleave` 事件丢失问题
前端
李明卫杭州6 小时前
CSS aspect-ratio 属性完全指南
前端
Pedantic8 小时前
SwiftUI 手势层级(Gesture Hierarchy)详解
前端