@yyp92-cli/template-react-pc 1.1.0 → 1.2.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @yyp92-cli/template-react-pc
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 项目模板修改
8
+
9
+ ## 1.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - react pc 模板 layout 引用修改
14
+
3
15
  ## 1.1.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yyp92-cli/template-react-pc",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -1,5 +1,6 @@
1
1
  {
2
- "name": "vite-react-template",
2
+ "name": "<%= projectName %>",
3
+ "description": "脚手架创建的 <%= projectName %> 项目",
3
4
  "private": true,
4
5
  "version": "0.0.0",
5
6
  "type": "module",
@@ -1,8 +1,8 @@
1
1
  import React from 'react'
2
2
  import {createBrowserRouter} from 'react-router-dom'
3
3
  import { AppstoreOutlined, MailOutlined, NodeCollapseOutlined, SettingOutlined } from '@ant-design/icons';
4
- // import Layout from '@/components/layout'
5
- import Layout from '@/components/layout-horizontal'
4
+ import Layout from '@/components/layout'
5
+ // import Layout from '@/components/layout-horizontal'
6
6
  import Home from '@/pages/home'
7
7
  import { Page403 } from '@/components/403'
8
8
  import { Page404 } from '@/components/404'