@windrun-huaiin/diaomao 2.3.1 → 2.3.2

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.
package/README.md ADDED
@@ -0,0 +1 @@
1
+ # TODO
package/messages/en.json CHANGED
@@ -161,8 +161,13 @@
161
161
  "eyesOn": "Reve Image",
162
162
  "titleR": "Creations",
163
163
  "description": "Explore the incredible possibilities with Reve Image. Each image below was generated using the AI technology with the accompanying prompt.",
164
- "button": "Create Your Own Images",
164
+ "button": {
165
+ "title": "Create Your Own Images",
166
+ "href": "https://preview.reve.art/",
167
+ "align": "center"
168
+ },
165
169
  "defaultImgUrl": "https://r2.d8ger.com/default.webp",
170
+ "downloadPrefix": "diaomao",
166
171
  "prompts": [
167
172
  {
168
173
  "url": "https://r2.d8ger.com/Reve-Image/1.webp",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windrun-huaiin/diaomao",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -26,8 +26,8 @@
26
26
  "@tailwindcss/typography": "latest",
27
27
  "@types/mdx": "^2.0.13",
28
28
  "@windrun-huaiin/base-ui": "^6.0.1",
29
- "@windrun-huaiin/lib": "^6.1.0",
30
- "@windrun-huaiin/third-ui": "^5.11.5",
29
+ "@windrun-huaiin/lib": "^6.1.1",
30
+ "@windrun-huaiin/third-ui": "^5.12.1",
31
31
  "autoprefixer": "^10.4.21",
32
32
  "class-variance-authority": "^0.7.1",
33
33
  "clsx": "^2.1.1",
@@ -56,7 +56,6 @@
56
56
  },
57
57
  "devDependencies": {
58
58
  "@changesets/cli": "^2.29.5",
59
- "@windrun-huaiin/dev-scripts": "^6.8.0",
60
59
  "@tailwindcss/cli": "^4.1.11",
61
60
  "@tailwindcss/postcss": "^4.1.7",
62
61
  "@types/hast": "^3.0.4",
@@ -66,6 +65,7 @@
66
65
  "@types/react-dom": "19.1.3",
67
66
  "@types/react-medium-image-zoom": "^3.0.3",
68
67
  "@typescript-eslint/parser": "^8.32.1",
68
+ "@windrun-huaiin/dev-scripts": "^6.8.0",
69
69
  "eslint": "^9.27.0",
70
70
  "eslint-config-next": "15.3.2",
71
71
  "eslint-plugin-unused-imports": "^4.1.4",
@@ -74,9 +74,9 @@
74
74
  "postcss": "^8.5.3",
75
75
  "remark-frontmatter": "^5.0.0",
76
76
  "tailwindcss": "^4.1.7",
77
+ "ts-morph": "25.0.1",
77
78
  "ts-node": "^10.9.2",
78
79
  "typescript": "^5.8.3",
79
- "ts-morph": "25.0.1",
80
80
  "unist-util-visit": "^5.0.0"
81
81
  },
82
82
  "files": [
@@ -122,6 +122,7 @@
122
122
  "check-translations": "dev-scripts check-translations -v",
123
123
  "clean-translations": "dev-scripts clean-translations -v",
124
124
  "remove-translations": "dev-scripts clean-translations --remove -v",
125
- "whoareyou": "dev-scripts generate-nextjs-architecture -v"
125
+ "whoareyou": "dev-scripts generate-nextjs-architecture -v",
126
+ "windrun": "pnpm remove @windrun-huaiin/base-ui @windrun-huaiin/lib @windrun-huaiin/third-ui @windrun-huaiin/dev-scripts && pnpm add @windrun-huaiin/base-ui@latest @windrun-huaiin/lib@latest @windrun-huaiin/third-ui@latest && pnpm add -D @windrun-huaiin/dev-scripts@latest"
126
127
  }
127
128
  }