Skip to content

Commit 117261f

Browse files
committed
vite-shadcn 修改项目名
1 parent 46bcad8 commit 117261f

7 files changed

Lines changed: 13 additions & 13 deletions

File tree

vite-shadcn/.env.github

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# .env.github
2-
VITE_BASE=/vite-shadcn/
2+
VITE_BASE=/orange/
33
VITE_ROUTE=hashRouter
44
VITE_MOCK_ENABLE=true
55
VITE_BASE_API=/api/

vite-shadcn/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# vite-shadcn
1+
# Orange
22

3-
VITE-SHADCN is a Shadcn Admin UI built with `Shadcn` , `Vite` , `React`,`Zustand`,`React-Router`
3+
ORANGE is a Shadcn Admin UI built with `Shadcn` , `Vite` , `React`,`Zustand`,`React-Router`
44

55
Branch Description: main branch is based on base-ui, radix-ui branch is based on radix-ui.
66

@@ -37,7 +37,7 @@ English | [简体中文](./README.zh-CN.md)
3737

3838
```bash
3939
# Clone repository
40-
git clone https://github.com/yluiop123/vite-shadcn.git
40+
git clone https://github.com/yluiop123/orange.git
4141
cd <project-directory>/vite-shadcn
4242

4343
# Install dependencies
@@ -81,7 +81,7 @@ VITE_CESIUM_TOKEN=### # Cesium service access token
8181
## Project Structure
8282

8383
```
84-
vite-shadcn
84+
orange
8585
├── .github/ # GitHub Settings File
8686
│ ├── workflows/
8787
│ │ └── main.yml # CI/CD Workflow Configuration

vite-shadcn/README.zh-CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# vite-shadcn
1+
# ORANGE
22

3-
VITE-SHADCN 是一个基于 `Shadcn` , `Vite` , `React`,`Zustand`,`React-Router` 等构建的SHADCN ADMIN UI 。
3+
ORANGE 是一个基于 `Shadcn` , `Vite` , `React`,`Zustand`,`React-Router` 等构建的SHADCN ADMIN UI 。
44

55
分支说明:main 分支为基于base-ui,radix-ui 基于radix-ui。
66

@@ -32,7 +32,7 @@ VITE-SHADCN 是一个基于 `Shadcn` , `Vite` , `React`,`Zustand`,`React-Router`
3232

3333
```bash
3434
# 克隆项目
35-
git clone https://github.com/yluiop123/vite-shadcn.git
35+
git clone https://github.com/yluiop123/orange.git
3636
cd <项目目录>/vite-shadcn
3737

3838
# 安装依赖
@@ -74,7 +74,7 @@ VITE_CESIUM_TOKEN=### # Cesium 地图服务的认证令牌
7474
## 目录结构
7575

7676
```
77-
vite-shadcn
77+
orange
7878
├── .github/ # GitHub 配置文件
7979
│ ├── workflows/
8080
│ │ └── main.yml # CI/CD 工作流配置

vite-shadcn/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>vite-shadcn</title>
7+
<title>orange</title>
88
</head>
99
<body>
1010
<div id="root"></div>

vite-shadcn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "vite-shadcn",
2+
"name": "orange",
33
"version": "0.0.0",
44
"type": "module",
55
"scripts": {

vite-shadcn/src/components/app-sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function AppSidebar({ ...props }: React.ComponentProps<typeof Sidebar>) {
1818
return (
1919
<Sidebar collapsible="icon" {...props}>
2020
<SidebarHeader>
21-
Vite-Shadcn
21+
Orange
2222
</SidebarHeader>
2323

2424
<SidebarContent

vite-shadcn/src/components/site-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function SiteHeader() {
7676
<ColorSwitcher />
7777
<Button variant="ghost" size="sm" className="hidden sm:flex" title="code">
7878
<a
79-
href="https://github.com/yluiop123/vite-shadcn"
79+
href="https://github.com/yluiop123/orange"
8080
rel="noopener noreferrer"
8181
target="_blank"
8282
className="dark:text-foreground"

0 commit comments

Comments
 (0)