@weapp-core/init 2.0.1 → 2.0.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.
Files changed (42) hide show
  1. package/dist/index.cjs +3 -3
  2. package/dist/index.js +2 -2
  3. package/package.json +1 -1
  4. package/templates/default/CHANGELOG.md +6 -0
  5. package/templates/default/README.md +2 -2
  6. package/templates/default/package.json +1 -1
  7. package/templates/default/src/app.json +1 -1
  8. package/templates/default/src/components/Navbar/Navbar.json +1 -1
  9. package/templates/default/src/pages/index/index.json +1 -1
  10. package/templates/default/src/sitemap.json +1 -1
  11. package/templates/default/src/theme.json +1 -1
  12. package/templates/default/vite.config.ts +1 -1
  13. package/templates/tailwindcss/CHANGELOG.md +6 -0
  14. package/templates/tailwindcss/README.md +2 -2
  15. package/templates/tailwindcss/package.json +2 -2
  16. package/templates/tailwindcss/src/app.json +1 -1
  17. package/templates/tailwindcss/src/components/Navbar/Navbar.json +1 -1
  18. package/templates/tailwindcss/src/pages/index/index.json +1 -1
  19. package/templates/tailwindcss/src/pages/index/index.wxml +6 -6
  20. package/templates/tailwindcss/src/sitemap.json +1 -1
  21. package/templates/tailwindcss/src/theme.json +1 -1
  22. package/templates/tailwindcss/vite.config.ts +1 -1
  23. package/templates/tdesign/CHANGELOG.md +6 -0
  24. package/templates/tdesign/README.md +2 -2
  25. package/templates/tdesign/package.json +2 -2
  26. package/templates/tdesign/src/app.json +1 -1
  27. package/templates/tdesign/src/components/Navbar/Navbar.json +1 -1
  28. package/templates/tdesign/src/pages/index/index.json +1 -1
  29. package/templates/tdesign/src/pages/index/index.wxml +4 -4
  30. package/templates/tdesign/src/sitemap.json +1 -1
  31. package/templates/tdesign/src/theme.json +1 -1
  32. package/templates/tdesign/vite.config.ts +1 -1
  33. package/templates/vant/CHANGELOG.md +6 -0
  34. package/templates/vant/README.md +2 -2
  35. package/templates/vant/package.json +2 -2
  36. package/templates/vant/src/app.json +1 -1
  37. package/templates/vant/src/components/Navbar/Navbar.json +1 -1
  38. package/templates/vant/src/pages/index/index.json +1 -1
  39. package/templates/vant/src/pages/index/index.wxml +4 -4
  40. package/templates/vant/src/sitemap.json +1 -1
  41. package/templates/vant/src/theme.json +1 -1
  42. package/templates/vant/vite.config.ts +1 -1
package/dist/index.cjs CHANGED
@@ -41,7 +41,7 @@ __export(index_exports, {
41
41
  });
42
42
  module.exports = __toCommonJS(index_exports);
43
43
 
44
- // ../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.12.1_jiti@2.4.2_postcss@8.5.5_tsx@4.20.3_typescript@5.8.3_yaml@2.8.0/node_modules/tsup/assets/cjs_shims.js
44
+ // ../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.12.1_jiti@2.4.2_postcss@8.5.6_tsx@4.20.3_typescript@5.8.3_yaml@2.8.0/node_modules/tsup/assets/cjs_shims.js
45
45
  var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
46
46
  var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
47
47
 
@@ -471,7 +471,7 @@ var posix = /* @__PURE__ */ mix(":");
471
471
  var win32 = /* @__PURE__ */ mix(";");
472
472
 
473
473
  // ../../packages/weapp-vite/package.json
474
- var version = "5.0.3";
474
+ var version = "5.0.4";
475
475
 
476
476
  // src/context.ts
477
477
  function createContext() {
@@ -751,7 +751,7 @@ async function createOrUpdatePackageJson(options) {
751
751
  } else {
752
752
  packageJson = {
753
753
  name: "weapp-vite-app",
754
- homepage: "https://ice-vite.netlify.app/",
754
+ homepage: "https://vite.icebreaker.top/",
755
755
  type: "module"
756
756
  };
757
757
  }
package/dist/index.js CHANGED
@@ -424,7 +424,7 @@ var posix = /* @__PURE__ */ mix(":");
424
424
  var win32 = /* @__PURE__ */ mix(";");
425
425
 
426
426
  // ../../packages/weapp-vite/package.json
427
- var version = "5.0.3";
427
+ var version = "5.0.4";
428
428
 
429
429
  // src/context.ts
430
430
  function createContext() {
@@ -704,7 +704,7 @@ async function createOrUpdatePackageJson(options) {
704
704
  } else {
705
705
  packageJson = {
706
706
  name: "weapp-vite-app",
707
- homepage: "https://ice-vite.netlify.app/",
707
+ homepage: "https://vite.icebreaker.top/",
708
708
  type: "module"
709
709
  };
710
710
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@weapp-core/init",
3
3
  "type": "module",
4
- "version": "2.0.1",
4
+ "version": "2.0.2",
5
5
  "description": "@weapp-core/init",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -1,3 +1,9 @@
1
1
  # weapp-vite-template
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0ae2a53`](https://github.com/weapp-vite/weapp-vite/commit/0ae2a53198b8d3ab3e8a9ac18ee125e2017a8f51) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore: change website url
8
+
3
9
  ## 1.0.1
@@ -24,5 +24,5 @@
24
24
 
25
25
  ## 文档地址
26
26
 
27
- 0. `weapp-vite`: https://ice-vite.netlify.app/
28
- 1. `weapp-tailwindcss`: https://ice-tw.netlify.app/
27
+ 0. `weapp-vite`: https://vite.icebreaker.top/
28
+ 1. `weapp-tailwindcss`: https://tw.icebreaker.top/
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite-template",
3
3
  "type": "module",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "private": true,
6
6
  "description": "原生微信小程序 weapp-vite 模板",
7
7
  "author": "ice breaker <1324318532@qq.com>",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/app.json",
2
+ "$schema": "https://vite.icebreaker.top/app.json",
3
3
  "pages": [
4
4
  "pages/index/index"
5
5
  ],
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/component.json",
2
+ "$schema": "https://vite.icebreaker.top/component.json",
3
3
  "component": true,
4
4
  // 组件需要设置成 "apply-shared" 才能使用 app.wxss 里的全局样式
5
5
  "styleIsolation": "apply-shared",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/page.json",
2
+ "$schema": "https://vite.icebreaker.top/page.json",
3
3
  "usingComponents": {
4
4
  "Navbar": "/components/Navbar/Navbar"
5
5
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/sitemap.json",
2
+ "$schema": "https://vite.icebreaker.top/sitemap.json",
3
3
  "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
4
4
  "rules": [
5
5
  {
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/theme.json",
2
+ "$schema": "https://vite.icebreaker.top/theme.json",
3
3
  "light": {},
4
4
  "dark": {}
5
5
  }
@@ -4,7 +4,7 @@ export default defineConfig({
4
4
  weapp: {
5
5
  srcRoot: 'src',
6
6
  // pnpm g 生成的格式
7
- // https://ice-vite.netlify.app/guide/generate.html
7
+ // https://vite.icebreaker.top/guide/generate.html
8
8
  generate: {
9
9
  extensions: {
10
10
  js: 'ts',
@@ -1,3 +1,9 @@
1
1
  # weapp-vite-tailwindcss-template
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0ae2a53`](https://github.com/weapp-vite/weapp-vite/commit/0ae2a53198b8d3ab3e8a9ac18ee125e2017a8f51) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore: change website url
8
+
3
9
  ## 1.0.1
@@ -24,5 +24,5 @@
24
24
 
25
25
  ## 文档地址
26
26
 
27
- 0. `weapp-vite`: https://ice-vite.netlify.app/
28
- 1. `weapp-tailwindcss`: https://ice-tw.netlify.app/
27
+ 0. `weapp-vite`: https://vite.icebreaker.top/
28
+ 1. `weapp-tailwindcss`: https://tw.icebreaker.top/
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite-tailwindcss-template",
3
3
  "type": "module",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "private": true,
6
6
  "description": "原生微信小程序 weapp-vite + tailwindcss 模板",
7
7
  "author": "ice breaker <1324318532@qq.com>",
@@ -28,7 +28,7 @@
28
28
  "@iconify-json/mdi": "^1.2.3",
29
29
  "autoprefixer": "^10.4.21",
30
30
  "miniprogram-api-typings": "^4.0.7",
31
- "postcss": "^8.5.5",
31
+ "postcss": "^8.5.6",
32
32
  "sass": "^1.89.2",
33
33
  "tailwindcss": "^3.4.17",
34
34
  "typescript": "^5.8.3",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/app.json",
2
+ "$schema": "https://vite.icebreaker.top/app.json",
3
3
  "pages": [
4
4
  "pages/index/index"
5
5
  ],
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/component.json",
2
+ "$schema": "https://vite.icebreaker.top/component.json",
3
3
  "component": true,
4
4
  // 组件需要设置成 "apply-shared" 才能使用 app.wxss 里的全局样式
5
5
  "styleIsolation": "apply-shared",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/page.json",
2
+ "$schema": "https://vite.icebreaker.top/page.json",
3
3
  "usingComponents": {
4
4
  "Navbar": "/components/Navbar/Navbar"
5
5
  },
@@ -1,18 +1,18 @@
1
1
  <view class="min-h-screen {{ mode === 'light'?'bg-gray-100 text-slate-800':'bg-gray-900 text-slate-200' }} transition-colors duration-500">
2
2
  <view class="flex flex-col items-center pt-20 space-y-10">
3
3
  <view class="flex space-x-8">
4
- <view class="w-24 h-24 bg-[url(https://ice-vite.netlify.app/logo.png)] bg-[length:100%_100%] bg-no-repeat"></view>
5
- <view class="w-32 h-24 bg-[url(https://ice-vite.netlify.app/tw-logo.png)] bg-[length:100%_100%] bg-no-repeat"></view>
4
+ <view class="w-24 h-24 bg-[url(https://vite.icebreaker.top/logo.png)] bg-[length:100%_100%] bg-no-repeat"></view>
5
+ <view class="w-32 h-24 bg-[url(https://vite.icebreaker.top/tw-logo.png)] bg-[length:100%_100%] bg-no-repeat"></view>
6
6
  </view>
7
7
  <view class="bg-gradient-to-r from-green-400 to-sky-400 bg-clip-text text-xl font-extrabold text-transparent underline">
8
8
  weapp-vite & weapp-tailwindcss
9
9
  </view>
10
10
  <view class="{{ mode === 'light' ? 'i-mdi-moon-waxing-crescent':'i-mdi-weather-sunny text-white' }} text-8xl" bind:tap="switchMode"></view>
11
- <view class="underline" mark:url="https://ice-vite.netlify.app" bind:tap="copy">
12
- https://ice-vite.netlify.app
11
+ <view class="underline" mark:url="https://vite.icebreaker.top" bind:tap="copy">
12
+ https://vite.icebreaker.top
13
13
  </view>
14
- <view class="underline" mark:url="https://ice-tw.netlify.app/" bind:tap="copy">
15
- https://ice-tw.netlify.app/
14
+ <view class="underline" mark:url="https://tw.icebreaker.top/" bind:tap="copy">
15
+ https://tw.icebreaker.top/
16
16
  </view>
17
17
  </view>
18
18
  </view>
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/sitemap.json",
2
+ "$schema": "https://vite.icebreaker.top/sitemap.json",
3
3
  "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
4
4
  "rules": [
5
5
  {
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/theme.json",
2
+ "$schema": "https://vite.icebreaker.top/theme.json",
3
3
  "light": {},
4
4
  "dark": {}
5
5
  }
@@ -5,7 +5,7 @@ export default defineConfig({
5
5
  weapp: {
6
6
  srcRoot: 'src',
7
7
  // pnpm g 生成的格式
8
- // https://ice-vite.netlify.app/guide/generate.html
8
+ // https://vite.icebreaker.top/guide/generate.html
9
9
  generate: {
10
10
  extensions: {
11
11
  js: 'ts',
@@ -1,3 +1,9 @@
1
1
  # weapp-vite-tailwindcss-tdesign-template
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0ae2a53`](https://github.com/weapp-vite/weapp-vite/commit/0ae2a53198b8d3ab3e8a9ac18ee125e2017a8f51) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore: change website url
8
+
3
9
  ## 1.0.1
@@ -24,5 +24,5 @@
24
24
 
25
25
  ## 文档地址
26
26
 
27
- 0. `weapp-vite`: https://ice-vite.netlify.app/
28
- 1. `weapp-tailwindcss`: https://ice-tw.netlify.app/
27
+ 0. `weapp-vite`: https://vite.icebreaker.top/
28
+ 1. `weapp-tailwindcss`: https://tw.icebreaker.top/
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite-tailwindcss-tdesign-template",
3
3
  "type": "module",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "private": true,
6
6
  "description": "原生微信小程序 weapp-vite + tailwindcss + tdesign 模板",
7
7
  "author": "ice breaker <1324318532@qq.com>",
@@ -31,7 +31,7 @@
31
31
  "@iconify-json/mdi": "^1.2.3",
32
32
  "autoprefixer": "^10.4.21",
33
33
  "miniprogram-api-typings": "^4.0.7",
34
- "postcss": "^8.5.5",
34
+ "postcss": "^8.5.6",
35
35
  "sass": "^1.89.2",
36
36
  "tailwindcss": "^3.4.17",
37
37
  "typescript": "^5.8.3",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/app.json",
2
+ "$schema": "https://vite.icebreaker.top/app.json",
3
3
  "pages": [
4
4
  "pages/index/index"
5
5
  ],
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/component.json",
2
+ "$schema": "https://vite.icebreaker.top/component.json",
3
3
  "component": true,
4
4
  // 组件需要设置成 "apply-shared" 才能使用 app.wxss 里的全局样式
5
5
  "styleIsolation": "apply-shared",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/page.json",
2
+ "$schema": "https://vite.icebreaker.top/page.json",
3
3
  "usingComponents": {
4
4
  "Navbar": "/components/Navbar/Navbar"
5
5
  },
@@ -1,15 +1,15 @@
1
1
  <view class="min-h-screen {{ mode === 'light'?'bg-gray-100 text-slate-800':'bg-gray-900 text-slate-200' }} transition-colors duration-500">
2
2
  <view class="flex flex-col items-center pt-20 space-y-10">
3
3
  <view class="flex space-x-8">
4
- <view class="w-24 h-24 bg-[url(https://ice-vite.netlify.app/logo.png)] bg-[length:100%_100%] bg-no-repeat"></view>
5
- <view class="w-32 h-24 bg-[url(https://ice-vite.netlify.app/tw-logo.png)] bg-[length:100%_100%] bg-no-repeat"></view>
4
+ <view class="w-24 h-24 bg-[url(https://vite.icebreaker.top/logo.png)] bg-[length:100%_100%] bg-no-repeat"></view>
5
+ <view class="w-32 h-24 bg-[url(https://vite.icebreaker.top/tw-logo.png)] bg-[length:100%_100%] bg-no-repeat"></view>
6
6
  </view>
7
7
  <view class="bg-gradient-to-r from-green-400 to-sky-400 bg-clip-text text-xl font-extrabold text-transparent underline">
8
8
  weapp-vite & weapp-tailwindcss
9
9
  </view>
10
10
  <view class="{{ mode === 'light' ? 'i-mdi-moon-waxing-crescent':'i-mdi-weather-sunny text-white' }} text-8xl" bind:tap="switchMode"></view>
11
- <view class="underline" mark:url="https://ice-vite.netlify.app" bind:tap="copy">
12
- https://ice-vite.netlify.app
11
+ <view class="underline" mark:url="https://vite.icebreaker.top" bind:tap="copy">
12
+ https://vite.icebreaker.top
13
13
  </view>
14
14
  <view class="underline" mark:url="https://tw.icebreaker.top" bind:tap="copy">
15
15
  https://tw.icebreaker.top
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/sitemap.json",
2
+ "$schema": "https://vite.icebreaker.top/sitemap.json",
3
3
  "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
4
4
  "rules": [
5
5
  {
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/theme.json",
2
+ "$schema": "https://vite.icebreaker.top/theme.json",
3
3
  "light": {},
4
4
  "dark": {}
5
5
  }
@@ -11,7 +11,7 @@ export default defineConfig({
11
11
  },
12
12
  },
13
13
  // pnpm g 生成的格式
14
- // https://ice-vite.netlify.app/guide/generate.html
14
+ // https://vite.icebreaker.top/guide/generate.html
15
15
  generate: {
16
16
  extensions: {
17
17
  js: 'ts',
@@ -1,3 +1,9 @@
1
1
  # weapp-vite-tailwindcss-vant-template
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0ae2a53`](https://github.com/weapp-vite/weapp-vite/commit/0ae2a53198b8d3ab3e8a9ac18ee125e2017a8f51) Thanks [@sonofmagic](https://github.com/sonofmagic)! - chore: change website url
8
+
3
9
  ## 1.0.1
@@ -24,5 +24,5 @@
24
24
 
25
25
  ## 文档地址
26
26
 
27
- 0. `weapp-vite`: https://ice-vite.netlify.app/
28
- 1. `weapp-tailwindcss`: https://ice-tw.netlify.app/
27
+ 0. `weapp-vite`: https://vite.icebreaker.top/
28
+ 1. `weapp-tailwindcss`: https://tw.icebreaker.top/
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite-tailwindcss-vant-template",
3
3
  "type": "module",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "private": true,
6
6
  "description": "原生微信小程序 weapp-vite + tailwindcss 模板",
7
7
  "author": "ice breaker <1324318532@qq.com>",
@@ -31,7 +31,7 @@
31
31
  "@iconify-json/mdi": "^1.2.3",
32
32
  "autoprefixer": "^10.4.21",
33
33
  "miniprogram-api-typings": "^4.0.7",
34
- "postcss": "^8.5.5",
34
+ "postcss": "^8.5.6",
35
35
  "sass": "^1.89.2",
36
36
  "tailwindcss": "^3.4.17",
37
37
  "typescript": "^5.8.3",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/app.json",
2
+ "$schema": "https://vite.icebreaker.top/app.json",
3
3
  "pages": [
4
4
  "pages/index/index"
5
5
  ],
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/component.json",
2
+ "$schema": "https://vite.icebreaker.top/component.json",
3
3
  "component": true,
4
4
  // 组件需要设置成 "apply-shared" 才能使用 app.wxss 里的全局样式
5
5
  "styleIsolation": "apply-shared",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/page.json",
2
+ "$schema": "https://vite.icebreaker.top/page.json",
3
3
  "usingComponents": {
4
4
  "Navbar": "/components/Navbar/Navbar"
5
5
  },
@@ -1,15 +1,15 @@
1
1
  <view class="min-h-screen {{ mode === 'light'?'bg-gray-100 text-slate-800':'bg-gray-900 text-slate-200' }} transition-colors duration-500">
2
2
  <view class="flex flex-col items-center pt-20 space-y-10">
3
3
  <view class="flex space-x-8">
4
- <view class="w-24 h-24 bg-[url(https://ice-vite.netlify.app/logo.png)] bg-[length:100%_100%] bg-no-repeat"></view>
5
- <view class="w-32 h-24 bg-[url(https://ice-vite.netlify.app/tw-logo.png)] bg-[length:100%_100%] bg-no-repeat"></view>
4
+ <view class="w-24 h-24 bg-[url(https://vite.icebreaker.top/logo.png)] bg-[length:100%_100%] bg-no-repeat"></view>
5
+ <view class="w-32 h-24 bg-[url(https://vite.icebreaker.top/tw-logo.png)] bg-[length:100%_100%] bg-no-repeat"></view>
6
6
  </view>
7
7
  <view class="bg-gradient-to-r from-green-400 to-sky-400 bg-clip-text text-xl font-extrabold text-transparent underline">
8
8
  weapp-vite & weapp-tailwindcss
9
9
  </view>
10
10
  <view class="{{ mode === 'light' ? 'i-mdi-moon-waxing-crescent':'i-mdi-weather-sunny text-white' }} text-8xl" bind:tap="switchMode"></view>
11
- <view class="underline" mark:url="https://ice-vite.netlify.app" bind:tap="copy">
12
- https://ice-vite.netlify.app
11
+ <view class="underline" mark:url="https://vite.icebreaker.top" bind:tap="copy">
12
+ https://vite.icebreaker.top
13
13
  </view>
14
14
  <view class="underline" mark:url="https://tw.icebreaker.top" bind:tap="copy">
15
15
  https://tw.icebreaker.top
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/sitemap.json",
2
+ "$schema": "https://vite.icebreaker.top/sitemap.json",
3
3
  "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
4
4
  "rules": [
5
5
  {
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://ice-vite.netlify.app/theme.json",
2
+ "$schema": "https://vite.icebreaker.top/theme.json",
3
3
  "light": {},
4
4
  "dark": {}
5
5
  }
@@ -11,7 +11,7 @@ export default defineConfig({
11
11
  },
12
12
  },
13
13
  // pnpm g 生成的格式
14
- // https://ice-vite.netlify.app/guide/generate.html
14
+ // https://vite.icebreaker.top/guide/generate.html
15
15
  generate: {
16
16
  extensions: {
17
17
  js: 'ts',