create-web-kit 25.829.1036 → 25.909.1154

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.
@@ -73,47 +73,34 @@ function copyConfigHuskyPackage(root) {
73
73
  // 仅当不存在时写入,避免覆盖用户自定义内容
74
74
  if (!pkg.seo) {
75
75
  pkg.seo = {
76
- title: "OneFile - 聚合对象存储上传平台",
77
- description: "OneFile 是一个聚合上传平台,支持 OSS、COS、Cloudflare R2、AWS S3、Oracle Object Storage 等多云存储,提供大文件分片上传、断点续传与跨云文件管理。",
78
- keywords: [
79
- "OneFile",
80
- "文件上传",
81
- "大文件分片上传",
82
- "对象存储",
83
- "OSS",
84
- "COS",
85
- "R2",
86
- "S3",
87
- "Oracle Object Storage",
88
- "多云存储",
89
- "聚合上传",
90
- "云存储管理",
91
- ],
76
+ title: "nextjs-csr",
77
+ description: "nextjs-csr description",
78
+ keywords: ["keywords", "keywords2"],
92
79
  og: {
93
- title: "OneFile - 聚合对象存储上传平台",
94
- description: "支持 OSS、COS、Cloudflare R2、AWS S3、Oracle Object Storage 等多云存储。提供大文件分片上传、断点续传、跨云文件统一管理。",
95
- image: "https://onefile.h06i.com/pwa-512x512.png",
96
- url: "https://onefile.h06i.com",
80
+ title: "nextjs-csr",
81
+ description: "nextjs-csr",
82
+ image: "https://nextjs-csr.com/pwa-512x512.png",
83
+ url: "https://nextjs-csr.com",
97
84
  type: "website",
98
85
  },
99
86
  twitter: {
100
87
  card: "summary_large_image",
101
- title: "OneFile - 聚合对象存储上传平台",
102
- description: "多云对象存储聚合上传,支持 OSS、COS、R2、S3,大文件分片上传与断点续传。",
103
- image: "https://onefile.h06i.com/pwa-512x512.png",
88
+ title: "nextjs-csr",
89
+ description: "nextjs-csr",
90
+ image: "https://nextjs-csr.com/pwa-512x512.png",
104
91
  },
105
92
  jsonLd: {
106
93
  "@context": "https://schema.org",
107
94
  "@type": "WebSite",
108
95
  name: "OneFile",
109
- url: "https://onefile.h06i.com",
110
- description: "OneFile 是一个聚合上传平台,支持 OSS、COS、Cloudflare R2、AWS S3、Oracle Object Storage 等多云存储,提供大文件分片上传、断点续传与跨云文件管理。",
96
+ url: "https://nextjs-csr.com",
97
+ description: "nextjs-csr。",
111
98
  publisher: {
112
99
  "@type": "Organization",
113
100
  name: "OneFile",
114
101
  logo: {
115
102
  "@type": "ImageObject",
116
- image: "https://onefile.h06i.com/pwa-512x512.png",
103
+ image: "https://nextjs-csr.com/pwa-512x512.png",
117
104
  },
118
105
  },
119
106
  },
@@ -77,7 +77,6 @@ export default function RootLayout({
77
77
  strategy="beforeInteractive"
78
78
  />
79
79
  )}
80
- {/* eslint-disable-next-line @next/next/no-before-interactive-script-outside-document */}
81
80
  <script
82
81
  dangerouslySetInnerHTML={{
83
82
  __html: `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-web-kit",
3
- "version": "25.0829.1036",
3
+ "version": "25.0909.1154",
4
4
  "description": "A powerful scaffolding tool for creating modern frontend projects with Vue, Next.js, and Electron templates",
5
5
  "type": "module",
6
6
  "bin": {