feat: 项目名称和git修改

This commit is contained in:
wang_fan_w 2024-07-20 10:59:04 +08:00
parent a09aa0f199
commit 2ba59e39a2
8 changed files with 10 additions and 13 deletions

View File

@ -1,5 +1,5 @@
# 生产环境 # 生产环境
VITE_USER_NODE_ENV = production VITE_USER_NODE_ENV = production
# 打包路径 (就是网站前缀, 例如部署到 http://dcodes.gitee.io/dc-admin/ 域名下, 就需要填写 /dc-admin/), 一般填一个斜杠 / # 打包路径 (就是网站前缀, 例如部署到 http://dcodes.gitee.io/snow-admin/ 域名下, 就需要填写 /snow-admin/), 一般填一个斜杠 /
VITE_PUBLIC_PATH = '/dc-admin/' VITE_PUBLIC_PATH = '/snow-admin/'

View File

@ -10,7 +10,7 @@ SnowAdmin 一款基于 Vue3、TypeScript、Vite5、Pinia、Arco-Design 开源的
### 代码仓库 ⭐ ### 代码仓库 ⭐
- Giteehttps://gitee.com/wang_fan_w/dc-admin - Giteehttps://gitee.com/wang_fan_w/SnowAdmin
### 项目文档 📚 ### 项目文档 📚
@ -36,7 +36,7 @@ SnowAdmin 一款基于 Vue3、TypeScript、Vite5、Pinia、Arco-Design 开源的
```text ```text
# Gitee # Gitee
git clone https://gitee.com/wang_fan_w/dc-admin.git git clone https://gitee.com/wang_fan_w/SnowAdmin.git
``` ```
- **Install** - **Install**

View File

@ -1,5 +1,5 @@
{ {
"name": "dc-admin", "name": "snow-admin",
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0",
"type": "module", "type": "module",

3
pnpm-lock.yaml generated
View File

@ -41,9 +41,6 @@ importers:
codemirror: codemirror:
specifier: ^6.0.1 specifier: ^6.0.1
version: 6.0.1(@lezer/common@1.2.1) version: 6.0.1(@lezer/common@1.2.1)
dc-admin:
specifier: 'link:'
version: 'link:'
nprogress: nprogress:
specifier: ^0.2.0 specifier: ^0.2.0
version: 0.2.0 version: 0.2.0

View File

@ -178,7 +178,7 @@ const onUpdate = () => {
// //
const onProject = () => { const onProject = () => {
window.open("https://gitee.com/wang_fan_w/dc-admin", "_blank"); window.open("https://gitee.com/wang_fan_w/SnowAdmin", "_blank");
}; };
// 退 // 退

View File

@ -39,7 +39,7 @@ export const useThemeConfig = defineStore("theme-config", {
isBreadcrumb: true, // 面包屑渲染 isBreadcrumb: true, // 面包屑渲染
isTabs: true, // 标签栏渲染 isTabs: true, // 标签栏渲染
isFooter: true, // 页脚渲染 isFooter: true, // 页脚渲染
watermark: "dc admin", // 水印 watermark: "SnowAdmin", // 水印
watermarkStyle: { watermarkStyle: {
fontSize: 12, fontSize: 12,
color: "rgba(0, 0, 0, 0.15)" color: "rgba(0, 0, 0, 0.15)"

View File

@ -2,7 +2,7 @@
<div class="dc-page-clear"> <div class="dc-page-clear">
<a-card title="简介"> <a-card title="简介">
<div> <div>
<p>dc-admin 一款基于 VueTypeScriptVite5Piniaarco-design开源的后台管理框架使用目前最新技术栈开发</p> <p>SnowAdmin 一款基于 VueTypeScriptVite5Piniaarco-design开源的后台管理框架使用目前最新技术栈开发</p>
<p>融合了全新的UI框架高度可自定义的主题功能使得用户可以根据自身需求轻松定制界面</p> <p>融合了全新的UI框架高度可自定义的主题功能使得用户可以根据自身需求轻松定制界面</p>
<p>代码全注释可提供参考和学习</p> <p>代码全注释可提供参考和学习</p>
</div> </div>

View File

@ -29,7 +29,7 @@
<a-form-item field="address" label="推广地址"> <a-form-item field="address" label="推广地址">
<a-input v-model="form.address" placeholder="请输入推广地址" /> <a-input v-model="form.address" placeholder="请输入推广地址" />
<template #extra> <template #extra>
<div>从哪些渠道了解到该项目例如giteehttps://gitee.com/wang_fan_w/dc-admin</div> <div>从哪些渠道了解到该项目例如giteehttps://gitee.com/wang_fan_w/SnowAdmin</div>
</template> </template>
</a-form-item> </a-form-item>
</div> </div>
@ -97,7 +97,7 @@ const form = ref({
name: "", name: "",
type: null, type: null,
date: [], date: [],
address: "https://gitee.com/wang_fan_w/dc-admin", address: "https://gitee.com/wang_fan_w/SnowAdmin",
source: "", source: "",
medium: "", medium: "",
keyword: [], keyword: [],