hexo-theme-redefine-x 2.8.5 → 2.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/.github/ISSUE_TEMPLATE/bug-chinese.yml +115 -115
  2. package/.github/ISSUE_TEMPLATE/bug-english.yml +106 -106
  3. package/.github/ISSUE_TEMPLATE/enhancement-chinese.yml +55 -55
  4. package/.github/ISSUE_TEMPLATE/enhancement-english.yml +55 -55
  5. package/.github/workflows/build-and-commit.yml +48 -48
  6. package/.github/workflows/stale-issues.yml +19 -19
  7. package/.versionrc.js +36 -0
  8. package/README.md +25 -2
  9. package/README_zh-CN.md +23 -2
  10. package/README_zh-TW.md +21 -6
  11. package/_config.yml +33 -10
  12. package/languages/en.yml +58 -0
  13. package/languages/es.yml +58 -0
  14. package/languages/fr.yml +59 -1
  15. package/languages/ja.yml +58 -0
  16. package/languages/zh-CN.yml +58 -0
  17. package/languages/zh-TW.yml +58 -0
  18. package/layout/components/header/head.ejs +0 -1
  19. package/layout/components/scripts.ejs +5 -0
  20. package/layout/pages/home/home-banner.ejs +1 -7
  21. package/layout/pages/masonry/masonry.ejs +1 -1
  22. package/layout/pages/tag/tags.ejs +2 -2
  23. package/layout/utils/image-viewer.ejs +21 -2
  24. package/package.json +5 -5
  25. package/scripts/events/welcome.js +55 -36
  26. package/scripts/filters/css-optimizer.js +78 -0
  27. package/scripts/filters/html-optimizer.js +48 -0
  28. package/scripts/filters/img-handle.js +94 -7
  29. package/scripts/filters/img-optimizer.js +566 -0
  30. package/scripts/filters/js-optimizer.js +77 -0
  31. package/scripts/filters/lazyload-handle.js +15 -3
  32. package/scripts/helpers/theme-helpers.js +16 -20
  33. package/scripts/modules/image-exif.js +835 -0
  34. package/source/css/build/tailwind.css +1 -1
  35. package/source/css/common/basic.styl +39 -27
  36. package/source/css/common/colors.styl +1 -1
  37. package/source/css/common/markdown.styl +4 -5
  38. package/source/css/common/redefine-theme.styl +1 -0
  39. package/source/css/common/variables.styl +2 -0
  40. package/source/css/layout/_modules/image-exif.styl +400 -0
  41. package/source/css/layout/_partials/home-banner.styl +2 -2
  42. package/source/css/layout/_partials/image-viewer.styl +510 -18
  43. package/source/css/layout/_partials/page-template.styl +47 -9
  44. package/source/css/layout/_partials/tagcloud.styl +6 -6
  45. package/source/css/layout/article-content.styl +47 -9
  46. package/source/css/layout/tag-content.styl +1 -1
  47. package/source/images/redefine-logo.avif +0 -0
  48. package/source/images/redefine-og.avif +0 -0
  49. package/source/images/wallhaven-wqery6-dark.avif +0 -0
  50. package/source/images/wallhaven-wqery6-light.avif +0 -0
  51. package/source/js/build/layouts/autoHover.js +2 -0
  52. package/source/js/build/layouts/autoHover.js.map +1 -0
  53. package/source/js/build/layouts/imageExif.js +2 -0
  54. package/source/js/build/layouts/imageExif.js.map +1 -0
  55. package/source/js/build/layouts/lazyload.js +1 -1
  56. package/source/js/build/layouts/lazyload.js.map +1 -1
  57. package/source/js/build/main.js +1 -1
  58. package/source/js/build/main.js.map +1 -1
  59. package/source/js/build/plugins/hbe.js +1 -1
  60. package/source/js/build/plugins/hbe.js.map +1 -1
  61. package/source/js/build/tools/imageViewer.js +1 -1
  62. package/source/js/build/tools/imageViewer.js.map +1 -1
  63. package/source/js/build/tools/tocToggle.js +1 -1
  64. package/source/js/build/tools/tocToggle.js.map +1 -1
  65. package/source/js/build/utils.js +1 -1
  66. package/source/js/build/utils.js.map +1 -1
  67. package/source/js/layouts/autoHover.js +362 -0
  68. package/source/js/layouts/imageExif.js +619 -0
  69. package/source/js/layouts/lazyload.js +313 -140
  70. package/source/js/main.js +7 -2
  71. package/source/js/plugins/hbe.js +48 -0
  72. package/source/js/tools/imageViewer.js +1762 -156
  73. package/source/js/tools/tocToggle.js +3 -1
  74. package/source/js/utils.js +18 -0
  75. package/.github/workflows/npm-publish.yml +0 -34
  76. package/CHANGELOG_REDEFINE_X.md +0 -236
  77. package/DONATION.md +0 -82
  78. package/TODO.md +0 -215
  79. package/source/images/loading.svg +0 -5
  80. package/source/images/redefine-logo.webp +0 -0
  81. package/source/images/redefine-og.webp +0 -0
  82. package/source/images/wallhaven-wqery6-dark.webp +0 -0
  83. package/source/images/wallhaven-wqery6-light.webp +0 -0
  84. package/vercel.json +0 -7
@@ -1,115 +1,115 @@
1
- name: Bug 提交 [中文版本]
2
- description: 提交 Redefine 主题的 Bug 报告
3
- title: "[BUG] "
4
- labels: ["bug"]
5
- assignees: ["EvanNotFound"]
6
- body:
7
- - type: markdown
8
- attributes:
9
- value: |
10
- 感谢您提交 Bug 报告!请填写以下信息以帮助我们更好地解决问题。
11
-
12
- - type: checkboxes
13
- id: pre-check
14
- attributes:
15
- label: 提交前检查
16
- options:
17
- - label: 我已执行 `hexo clean` 并重新生成,问题仍然存在
18
- required: true
19
- - label: 我已更新到[最新版本](https://redefine-docs.ohevan.com/getting-started#%E6%9B%B4%E6%96%B0)
20
- required: true
21
- - label: 我已确认[同步了主题最新配置文件](https://redefine-docs.ohevan.com/getting-started#%E8%BF%81%E7%A7%BB%E9%85%8D%E7%BD%AE)
22
- required: true
23
-
24
- - type: textarea
25
- id: bug-description
26
- attributes:
27
- label: Bug 描述
28
- description: 请详细描述您遇到的问题,并提供相关配置文件内容(敏感信息请用 *** 替换)
29
- placeholder: |
30
- 问题描述:
31
-
32
- 相关配置:
33
- ```yaml
34
- # 在此粘贴配置
35
- ```
36
- validations:
37
- required: true
38
-
39
- - type: textarea
40
- id: reproduce
41
- attributes:
42
- label: 复现步骤
43
- value: |
44
- 1.
45
- 2.
46
- 3.
47
- validations:
48
- required: true
49
-
50
- - type: textarea
51
- id: expected
52
- attributes:
53
- label: 预期行为
54
- description: 请描述正常情况下应该是什么样的
55
-
56
- - type: textarea
57
- id: screenshots
58
- attributes:
59
- label: 截图
60
- description: 如果可以,请提供截图以帮助说明问题
61
-
62
- - type: textarea
63
- id: logs
64
- attributes:
65
- label: 相关日志输出
66
- description: 请复制并粘贴任何相关的日志输出。这将自动格式化为代码,因此不需要反引号。
67
- render: shell
68
-
69
- - type: dropdown
70
- id: browsers
71
- attributes:
72
- label: 使用的浏览器
73
- multiple: true
74
- options:
75
- - Chrome
76
- - Firefox
77
- - Safari
78
- - Edge
79
- - 其他
80
-
81
- - type: dropdown
82
- id: os
83
- attributes:
84
- label: 操作系统
85
- options:
86
- - Windows
87
- - macOS
88
- - Linux
89
- - iOS
90
- - Android
91
- - 其他
92
-
93
- - type: input
94
- id: version
95
- attributes:
96
- label: 浏览器版本
97
- placeholder: "例如:Chrome 108.0.5359.124"
98
-
99
- - type: dropdown
100
- id: priority
101
- validations:
102
- required: true
103
- attributes:
104
- label: 优先级
105
- description: 请根据问题的严重程度选择优先级
106
- options:
107
- - 低(慢慢来)
108
- - 中(尽快解决)
109
- - 高(需立即解决)
110
-
111
- - type: textarea
112
- id: additional-info
113
- attributes:
114
- label: 其他信息
115
- placeholder: 还有什么需要补充的信息吗?
1
+ name: Bug 提交 [中文版本]
2
+ description: 提交 Redefine 主题的 Bug 报告
3
+ title: "[BUG] "
4
+ labels: ["bug"]
5
+ assignees: ["EvanNotFound"]
6
+ body:
7
+ - type: markdown
8
+ attributes:
9
+ value: |
10
+ 感谢您提交 Bug 报告!请填写以下信息以帮助我们更好地解决问题。
11
+
12
+ - type: checkboxes
13
+ id: pre-check
14
+ attributes:
15
+ label: 提交前检查
16
+ options:
17
+ - label: 我已执行 `hexo clean` 并重新生成,问题仍然存在
18
+ required: true
19
+ - label: 我已更新到[最新版本](https://redefine-docs.ohevan.com/getting-started#%E6%9B%B4%E6%96%B0)
20
+ required: true
21
+ - label: 我已确认[同步了主题最新配置文件](https://redefine-docs.ohevan.com/getting-started#%E8%BF%81%E7%A7%BB%E9%85%8D%E7%BD%AE)
22
+ required: true
23
+
24
+ - type: textarea
25
+ id: bug-description
26
+ attributes:
27
+ label: Bug 描述
28
+ description: 请详细描述您遇到的问题,并提供相关配置文件内容(敏感信息请用 *** 替换)
29
+ placeholder: |
30
+ 问题描述:
31
+
32
+ 相关配置:
33
+ ```yaml
34
+ # 在此粘贴配置
35
+ ```
36
+ validations:
37
+ required: true
38
+
39
+ - type: textarea
40
+ id: reproduce
41
+ attributes:
42
+ label: 复现步骤
43
+ value: |
44
+ 1.
45
+ 2.
46
+ 3.
47
+ validations:
48
+ required: true
49
+
50
+ - type: textarea
51
+ id: expected
52
+ attributes:
53
+ label: 预期行为
54
+ description: 请描述正常情况下应该是什么样的
55
+
56
+ - type: textarea
57
+ id: screenshots
58
+ attributes:
59
+ label: 截图
60
+ description: 如果可以,请提供截图以帮助说明问题
61
+
62
+ - type: textarea
63
+ id: logs
64
+ attributes:
65
+ label: 相关日志输出
66
+ description: 请复制并粘贴任何相关的日志输出。这将自动格式化为代码,因此不需要反引号。
67
+ render: shell
68
+
69
+ - type: dropdown
70
+ id: browsers
71
+ attributes:
72
+ label: 使用的浏览器
73
+ multiple: true
74
+ options:
75
+ - Chrome
76
+ - Firefox
77
+ - Safari
78
+ - Edge
79
+ - 其他
80
+
81
+ - type: dropdown
82
+ id: os
83
+ attributes:
84
+ label: 操作系统
85
+ options:
86
+ - Windows
87
+ - macOS
88
+ - Linux
89
+ - iOS
90
+ - Android
91
+ - 其他
92
+
93
+ - type: input
94
+ id: version
95
+ attributes:
96
+ label: 浏览器版本
97
+ placeholder: "例如:Chrome 108.0.5359.124"
98
+
99
+ - type: dropdown
100
+ id: priority
101
+ validations:
102
+ required: true
103
+ attributes:
104
+ label: 优先级
105
+ description: 请根据问题的严重程度选择优先级
106
+ options:
107
+ - 低(慢慢来)
108
+ - 中(尽快解决)
109
+ - 高(需立即解决)
110
+
111
+ - type: textarea
112
+ id: additional-info
113
+ attributes:
114
+ label: 其他信息
115
+ placeholder: 还有什么需要补充的信息吗?
@@ -1,106 +1,106 @@
1
- name: Bug Report
2
- description: Found a bug? Let us help you fix it!
3
- title: "[BUG] "
4
- labels: ["bug"]
5
- assignees: ["EvanNotFound"]
6
- body:
7
- - type: markdown
8
- attributes:
9
- value: |
10
- Thanks for taking the time to report a bug! Fill out the details below to help us solve the issue quickly.
11
-
12
- - type: checkboxes
13
- id: pre-check
14
- attributes:
15
- label: Quick Checklist
16
- description: "Before submitting, please make sure you've done the following:"
17
- options:
18
- - label: "I've tried running `hexo clean` but the issue is still there"
19
- required: true
20
- - label: "[I'm using the latest version of the theme](https://redefine-docs.ohevan.com/getting-started#update)"
21
- required: true
22
- - label: "[I've updated my theme configuration after updating](https://redefine-docs.ohevan.com/getting-started#migrate-configuration)"
23
- required: true
24
-
25
- - type: textarea
26
- id: bug-description
27
- attributes:
28
- label: "What's the issue?"
29
- description: "Tell us what's happening. Please include your relevant config settings from `_config.yml` and `_config.redefine.yml` (remember to remove any sensitive info)."
30
- validations:
31
- required: true
32
-
33
- - type: textarea
34
- id: reproduce-steps
35
- attributes:
36
- label: "How can we reproduce this?"
37
- placeholder: "Walk us through the steps to see this bug in action"
38
- validations:
39
- required: true
40
-
41
- - type: textarea
42
- id: expected-behavior
43
- attributes:
44
- label: "What should have happened?"
45
- placeholder: "Tell us what you expected to see"
46
-
47
- - type: textarea
48
- id: screenshots
49
- attributes:
50
- label: "Screenshots (if any)"
51
- description: "Screenshots can help illustrate the problem."
52
-
53
- - type: textarea
54
- id: logs
55
- attributes:
56
- label: "Related Logs"
57
- description: "Please copy and paste any relevant log output. This will be automatically formatted as code, so no backticks are needed."
58
- render: shell
59
-
60
- - type: dropdown
61
- id: pc-browser
62
- attributes:
63
- label: "What browser(s) are you using?"
64
- multiple: true
65
- options:
66
- - Chrome
67
- - Firefox
68
- - Safari
69
- - Edge
70
- - Other
71
-
72
- - type: dropdown
73
- id: pc-os
74
- attributes:
75
- label: "What operating system are you on?"
76
- options:
77
- - Windows
78
- - macOS
79
- - Linux
80
- - iOS
81
- - Android
82
- - Other
83
-
84
- - type: input
85
- id: pc-version
86
- attributes:
87
- label: "Browser Version"
88
- placeholder: "e.g., Chrome 108.0.5359.124"
89
-
90
- - type: dropdown
91
- id: priority
92
- validations:
93
- required: true
94
- attributes:
95
- label: "Priority"
96
- description: "Please select the priority based on the severity of the issue."
97
- options:
98
- - Low
99
- - Medium
100
- - High
101
-
102
- - type: textarea
103
- id: additional-info
104
- attributes:
105
- label: "Anything else we should know?"
106
- placeholder: "Add any other helpful context about the problem here"
1
+ name: Bug Report
2
+ description: Found a bug? Let us help you fix it!
3
+ title: "[BUG] "
4
+ labels: ["bug"]
5
+ assignees: ["EvanNotFound"]
6
+ body:
7
+ - type: markdown
8
+ attributes:
9
+ value: |
10
+ Thanks for taking the time to report a bug! Fill out the details below to help us solve the issue quickly.
11
+
12
+ - type: checkboxes
13
+ id: pre-check
14
+ attributes:
15
+ label: Quick Checklist
16
+ description: "Before submitting, please make sure you've done the following:"
17
+ options:
18
+ - label: "I've tried running `hexo clean` but the issue is still there"
19
+ required: true
20
+ - label: "[I'm using the latest version of the theme](https://redefine-docs.ohevan.com/getting-started#update)"
21
+ required: true
22
+ - label: "[I've updated my theme configuration after updating](https://redefine-docs.ohevan.com/getting-started#migrate-configuration)"
23
+ required: true
24
+
25
+ - type: textarea
26
+ id: bug-description
27
+ attributes:
28
+ label: "What's the issue?"
29
+ description: "Tell us what's happening. Please include your relevant config settings from `_config.yml` and `_config.redefine.yml` (remember to remove any sensitive info)."
30
+ validations:
31
+ required: true
32
+
33
+ - type: textarea
34
+ id: reproduce-steps
35
+ attributes:
36
+ label: "How can we reproduce this?"
37
+ placeholder: "Walk us through the steps to see this bug in action"
38
+ validations:
39
+ required: true
40
+
41
+ - type: textarea
42
+ id: expected-behavior
43
+ attributes:
44
+ label: "What should have happened?"
45
+ placeholder: "Tell us what you expected to see"
46
+
47
+ - type: textarea
48
+ id: screenshots
49
+ attributes:
50
+ label: "Screenshots (if any)"
51
+ description: "Screenshots can help illustrate the problem."
52
+
53
+ - type: textarea
54
+ id: logs
55
+ attributes:
56
+ label: "Related Logs"
57
+ description: "Please copy and paste any relevant log output. This will be automatically formatted as code, so no backticks are needed."
58
+ render: shell
59
+
60
+ - type: dropdown
61
+ id: pc-browser
62
+ attributes:
63
+ label: "What browser(s) are you using?"
64
+ multiple: true
65
+ options:
66
+ - Chrome
67
+ - Firefox
68
+ - Safari
69
+ - Edge
70
+ - Other
71
+
72
+ - type: dropdown
73
+ id: pc-os
74
+ attributes:
75
+ label: "What operating system are you on?"
76
+ options:
77
+ - Windows
78
+ - macOS
79
+ - Linux
80
+ - iOS
81
+ - Android
82
+ - Other
83
+
84
+ - type: input
85
+ id: pc-version
86
+ attributes:
87
+ label: "Browser Version"
88
+ placeholder: "e.g., Chrome 108.0.5359.124"
89
+
90
+ - type: dropdown
91
+ id: priority
92
+ validations:
93
+ required: true
94
+ attributes:
95
+ label: "Priority"
96
+ description: "Please select the priority based on the severity of the issue."
97
+ options:
98
+ - Low
99
+ - Medium
100
+ - High
101
+
102
+ - type: textarea
103
+ id: additional-info
104
+ attributes:
105
+ label: "Anything else we should know?"
106
+ placeholder: "Add any other helpful context about the problem here"
@@ -1,55 +1,55 @@
1
- name: 功能建议 [中文版本]
2
- description: 帮助我们改进 Redefine 主题
3
- title: "[功能建议]:"
4
- labels: ["enhancement"]
5
- assignees: ["EvanNotFound"]
6
- body:
7
- - type: markdown
8
- attributes:
9
- value: |
10
- 感谢您提出功能建议!请填写以下信息,以便我们更好地理解您的想法。
11
-
12
- - type: textarea
13
- id: feature-description
14
- attributes:
15
- label: "功能描述"
16
- description: "请详细描述您希望的功能"
17
- placeholder: |
18
- 1. 这个功能是什么?
19
- 2. 这个功能解决了什么问题?
20
- 3. 您期望的使用场景是什么?
21
- validations:
22
- required: true
23
-
24
- - type: textarea
25
- id: implementation
26
- attributes:
27
- label: "实现建议"
28
- description: "如果您对如何实现此功能有想法,请在此分享"
29
- placeholder: "您认为这个功能应该如何实现?可以参考其他类似项目的实现方式。"
30
-
31
- - type: textarea
32
- id: screenshots
33
- attributes:
34
- label: "设计参考"
35
- description: "如果有类似功能的截图或设计稿,请在此分享"
36
- placeholder: "可以是草图、截图或其他参考资料"
37
-
38
- - type: dropdown
39
- id: priority
40
- attributes:
41
- label: "优先级"
42
- description: "您认为此功能的重要程度如何?"
43
- options:
44
- - 低(锦上添花)
45
- - 中(较为重要)
46
- - 高(急需解决)
47
- validations:
48
- required: true
49
-
50
- - type: textarea
51
- id: additional-info
52
- attributes:
53
- label: "补充信息"
54
- description: "还有什么需要补充的信息吗?"
55
- placeholder: "例如:使用场景示例、潜在影响等"
1
+ name: 功能建议 [中文版本]
2
+ description: 帮助我们改进 Redefine 主题
3
+ title: "[功能建议]:"
4
+ labels: ["enhancement"]
5
+ assignees: ["EvanNotFound"]
6
+ body:
7
+ - type: markdown
8
+ attributes:
9
+ value: |
10
+ 感谢您提出功能建议!请填写以下信息,以便我们更好地理解您的想法。
11
+
12
+ - type: textarea
13
+ id: feature-description
14
+ attributes:
15
+ label: "功能描述"
16
+ description: "请详细描述您希望的功能"
17
+ placeholder: |
18
+ 1. 这个功能是什么?
19
+ 2. 这个功能解决了什么问题?
20
+ 3. 您期望的使用场景是什么?
21
+ validations:
22
+ required: true
23
+
24
+ - type: textarea
25
+ id: implementation
26
+ attributes:
27
+ label: "实现建议"
28
+ description: "如果您对如何实现此功能有想法,请在此分享"
29
+ placeholder: "您认为这个功能应该如何实现?可以参考其他类似项目的实现方式。"
30
+
31
+ - type: textarea
32
+ id: screenshots
33
+ attributes:
34
+ label: "设计参考"
35
+ description: "如果有类似功能的截图或设计稿,请在此分享"
36
+ placeholder: "可以是草图、截图或其他参考资料"
37
+
38
+ - type: dropdown
39
+ id: priority
40
+ attributes:
41
+ label: "优先级"
42
+ description: "您认为此功能的重要程度如何?"
43
+ options:
44
+ - 低(锦上添花)
45
+ - 中(较为重要)
46
+ - 高(急需解决)
47
+ validations:
48
+ required: true
49
+
50
+ - type: textarea
51
+ id: additional-info
52
+ attributes:
53
+ label: "补充信息"
54
+ description: "还有什么需要补充的信息吗?"
55
+ placeholder: "例如:使用场景示例、潜在影响等"
@@ -1,55 +1,55 @@
1
- name: Feature Request
2
- description: Suggestions to enhance the Redefine theme
3
- title: "[Feature Request]:"
4
- labels: ["enhancement"]
5
- assignees: ["EvanNotFound"]
6
- body:
7
- - type: markdown
8
- attributes:
9
- value: |
10
- Thank you for suggesting a feature! Please fill out the information below to help us better understand your idea.
11
-
12
- - type: textarea
13
- id: feature-description
14
- attributes:
15
- label: "Feature Description"
16
- description: "Please describe the feature you'd like to see in detail"
17
- placeholder: |
18
- 1. What is this feature?
19
- 2. What problem does it solve?
20
- 3. What are your expected use cases?
21
- validations:
22
- required: true
23
-
24
- - type: textarea
25
- id: implementation
26
- attributes:
27
- label: "Implementation Suggestions"
28
- description: "If you have ideas about how to implement this feature, please share them here"
29
- placeholder: "How do you think this feature should be implemented? You can reference similar implementations from other projects."
30
-
31
- - type: textarea
32
- id: screenshots
33
- attributes:
34
- label: "Design References"
35
- description: "Share any mockups, screenshots, or design references that help illustrate your idea"
36
- placeholder: "This can include sketches, screenshots, or other reference materials"
37
-
38
- - type: dropdown
39
- id: priority
40
- attributes:
41
- label: "Priority"
42
- description: "How important do you think this feature is?"
43
- options:
44
- - Low (Nice to have)
45
- - Medium (Important)
46
- - High (Critical)
47
- validations:
48
- required: true
49
-
50
- - type: textarea
51
- id: additional-info
52
- attributes:
53
- label: "Additional Context"
54
- description: "Any other information you'd like to share?"
55
- placeholder: "For example: usage scenarios, potential impact, etc."
1
+ name: Feature Request
2
+ description: Suggestions to enhance the Redefine theme
3
+ title: "[Feature Request]:"
4
+ labels: ["enhancement"]
5
+ assignees: ["EvanNotFound"]
6
+ body:
7
+ - type: markdown
8
+ attributes:
9
+ value: |
10
+ Thank you for suggesting a feature! Please fill out the information below to help us better understand your idea.
11
+
12
+ - type: textarea
13
+ id: feature-description
14
+ attributes:
15
+ label: "Feature Description"
16
+ description: "Please describe the feature you'd like to see in detail"
17
+ placeholder: |
18
+ 1. What is this feature?
19
+ 2. What problem does it solve?
20
+ 3. What are your expected use cases?
21
+ validations:
22
+ required: true
23
+
24
+ - type: textarea
25
+ id: implementation
26
+ attributes:
27
+ label: "Implementation Suggestions"
28
+ description: "If you have ideas about how to implement this feature, please share them here"
29
+ placeholder: "How do you think this feature should be implemented? You can reference similar implementations from other projects."
30
+
31
+ - type: textarea
32
+ id: screenshots
33
+ attributes:
34
+ label: "Design References"
35
+ description: "Share any mockups, screenshots, or design references that help illustrate your idea"
36
+ placeholder: "This can include sketches, screenshots, or other reference materials"
37
+
38
+ - type: dropdown
39
+ id: priority
40
+ attributes:
41
+ label: "Priority"
42
+ description: "How important do you think this feature is?"
43
+ options:
44
+ - Low (Nice to have)
45
+ - Medium (Important)
46
+ - High (Critical)
47
+ validations:
48
+ required: true
49
+
50
+ - type: textarea
51
+ id: additional-info
52
+ attributes:
53
+ label: "Additional Context"
54
+ description: "Any other information you'd like to share?"
55
+ placeholder: "For example: usage scenarios, potential impact, etc."