We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b300f4 commit 227f1c1Copy full SHA for 227f1c1
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [1.0.0] - 2025-07-25
2
+
3
+### 新增
4
+- 提示词分类的导入&导出功能
5
6
+### 优化
7
+- 提示词导入逻辑
8
9
## [0.0.16] - 2025-06-24
10
11
### 优化
package.json
@@ -2,7 +2,7 @@
"name": "quick-prompt",
"description": "Quick Prompt",
"private": true,
- "version": "0.0.16",
+ "version": "1.0.0",
"type": "module",
"scripts": {
"dev": "wxt",
0 commit comments