diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..6a26889 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug 报告 +about: 创建一个 bug 报告以帮助我们改进 +title: '[BUG] ' +labels: 'bug' +assignees: '' + +--- + +## 描述问题 +清晰简洁地描述这个 bug 是什么。 + +## 复现步骤 +复现这个 bug 的步骤: +1. 打开页面 '...' +2. 点击 '....' +3. 滚动到 '....' +4. 看到错误 + +## 预期行为 +清晰简洁地描述您期望发生的事情。 + +## 实际行为 +清晰简洁地描述实际发生了什么。 + +## 截图 +如果适用,添加截图以帮助解释您的问题。 + +## 环境信息 + - 设备: [例如 iPhone6] + - 操作系统: [例如 iOS] + - 浏览器: [例如 chrome, safari] + - 版本: [例如 22] + +## 其他信息 +在此处添加有关问题的任何其他上下文。 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..038f33b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: 功能请求 +about: 为这个项目提出一个想法 + title: '[FEATURE] ' + labels: 'enhancement' + assignees: '' + +--- + +## 功能描述 +清晰简洁地描述您想要的功能是什么。 + +## 使用场景 +描述这个功能将如何被使用,以及它解决了什么问题。 + +## 可能的实现方式 +如果您有想法,描述您希望如何实现这个功能。 + +## 替代方案 +描述您考虑过的任何替代解决方案或功能。 + +## 其他信息 +添加有关功能请求的任何其他上下文或截图。 \ No newline at end of file diff --git a/styles.css b/styles.css index fa8e3eb..ab7f8cc 100644 --- a/styles.css +++ b/styles.css @@ -53,7 +53,7 @@ body { border: none; border-radius: 16px; overflow: hidden; - transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); + transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); box-shadow: var(--card-shadow); animation: fadeInUp 0.6s ease-out forwards; opacity: 0; @@ -77,7 +77,7 @@ body { background-color: var(--primary-color); border-color: var(--primary-color); border-radius: 20px; - transition: all 0.3s ease; + transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); transform: translateZ(0); } @@ -93,7 +93,7 @@ body { .navbar { padding: 0.75rem 1rem; - transition: background-color 0.3s ease, box-shadow 0.3s ease; + transition: background-color 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); position: fixed; top: 0; width: 100%;