diff --git a/.env b/.env index 5a7a24a21..18d5c42f9 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # 标题 -VITE_APP_TITLE=芋道管理系统 +VITE_APP_TITLE=空山管理系统 # 项目本地运行端口号 VITE_PORT=80 @@ -13,15 +13,17 @@ VITE_APP_TENANT_ENABLE=true # 验证码的开关 VITE_APP_CAPTCHA_ENABLE=true -# 文档地址的开关 +# 文档地址提示条开关(空山版统一帮助入口) VITE_APP_DOCALERT_ENABLE=true +# 统一帮助入口(帮助中心 / 内部Wiki) +VITE_APP_HELP_CENTER_URL=http://m.swelife.cn/#/pages/index # 百度统计 VITE_APP_BAIDU_CODE = a1ff8825baa73c3a78eb96aa40325abc # 默认账户密码 -VITE_APP_DEFAULT_LOGIN_TENANT = 芋道源码 -VITE_APP_DEFAULT_LOGIN_USERNAME = admin +VITE_APP_DEFAULT_LOGIN_TENANT = 空山平台 + VITE_APP_DEFAULT_LOGIN_USERNAME = admin VITE_APP_DEFAULT_LOGIN_PASSWORD = admin123 # API 加解密 diff --git a/.env.local b/.env.local index 35765584d..c5c8103e1 100644 --- a/.env.local +++ b/.env.local @@ -30,5 +30,10 @@ VITE_MALL_H5_DOMAIN='http://localhost:3000' # 验证码的开关 VITE_APP_CAPTCHA_ENABLE=false +# 文档地址提示条开关(本地联调启用统一帮助入口) +VITE_APP_DOCALERT_ENABLE=true +# 统一帮助入口(帮助中心 / 内部Wiki) +VITE_APP_HELP_CENTER_URL=http://m.swelife.cn/#/pages/index + # GoView域名 VITE_GOVIEW_URL='http://127.0.0.1:3000' \ No newline at end of file diff --git a/.eslintrc.js b/.eslintrc.js index b28255ca0..2c73ee5ad 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -68,8 +68,8 @@ module.exports = defineConfig({ ], 'vue/multi-word-component-names': 'off', 'vue/no-v-html': 'off', - 'prettier/prettier': 'off', // 芋艿:默认关闭 prettier 的 ESLint 校验,因为我们使用的是 IDE 的 Prettier 插件 - '@unocss/order': 'off', // 芋艿:禁用 unocss 【css】顺序的提示,因为暂时不需要这么严格,警告也有点繁琐 - '@unocss/order-attributify': 'off' // 芋艿:禁用 unocss 【属性】顺序的提示,因为暂时不需要这么严格,警告也有点繁琐 + 'prettier/prettier': 'off', // 项目组:默认关闭 prettier 的 ESLint 校验,因为我们使用的是 IDE 的 Prettier 插件 + '@unocss/order': 'off', // 项目组:禁用 unocss 【css】顺序的提示,因为暂时不需要这么严格,警告也有点繁琐 + '@unocss/order-attributify': 'off' // 项目组:禁用 unocss 【属性】顺序的提示,因为暂时不需要这么严格,警告也有点繁琐 } }) diff --git a/README.md b/README.md index 295946d97..5395174e0 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,15 @@ ## 🐶 新手必读 * nodejs > 16.18.0 && pnpm > 8.6.0 (强制使用pnpm) -* 演示地址【Vue3 + element-plus】: -* 演示地址【Vue3 + vben5.0(ant-design-vue)】: -* 演示地址【Vue2 + element-ui】: -* 启动文档: -* 视频教程: +* 演示地址【Vue3 + element-plus】:待补充 +* 演示地址【Vue3 + vben5.0(ant-design-vue)】:待补充 +* 演示地址【Vue2 + element-ui】:待补充 +* 启动文档:待补充 +* 视频教程:待补充 ## 🐯 平台简介 -**芋道**,以开发者为中心,打造中国第一流的快速开发平台,全部开源,个人与企业可 100% 免费使用。 +**空山**,一个 AI + 电商平台项目,聚焦可持续迭代的业务开发与工程落地。 * 采用 [vue-element-plus-admin](https://gitee.com/kailong110120130/vue-element-plus-admin) 实现 * 改换 saas,自动引入等功能 @@ -69,11 +69,11 @@ 支持 Spring Boot、Spring Cloud 两种架构: -① Spring Boot 单体架构: +① Spring Boot 单体架构:待补充 ![架构图](/.image/common/ruoyi-vue-pro-architecture.png) -② Spring Cloud 微服务架构: +② Spring Cloud 微服务架构:待补充 ![架构图](/.image/common/yudao-cloud-architecture.png) @@ -216,7 +216,7 @@ ### 商城系统 -演示地址: +演示地址:待补充 ![功能图](/.image/common/mall-feature.png) @@ -224,19 +224,19 @@ ### ERP 系统 -演示地址: +演示地址:待补充 ![功能图](/.image/common/erp-feature.png) ### CRM 系统 -演示地址: +演示地址:待补充 ![功能图](/.image/common/crm-feature.png) ### AI 大模型 -演示地址: +演示地址:待补充 ![功能图](/.image/common/ai-feature.png) diff --git a/index.html b/index.html index 8cfcbefa6..e78f6fecc 100644 --- a/index.html +++ b/index.html @@ -2,16 +2,16 @@ - + %VITE_APP_TITLE% @@ -65,7 +65,7 @@ position: absolute; width: 100%; height: 100%; - border: 4px solid #2d8cf0; + border: 4px solid #1e88e5; border-bottom: 0; border-left-color: transparent; border-radius: 50%; @@ -78,7 +78,7 @@ left: calc(50% - 20px); width: 40px; height: 40px; - border: 4px solid #87bdff; + border: 4px solid #7fbaf2; border-right: 0; border-top-color: transparent; border-radius: 50%; @@ -136,7 +136,7 @@
- +
%VITE_APP_TITLE%
diff --git a/public/brand-logo.png b/public/brand-logo.png new file mode 100644 index 000000000..d691d7225 Binary files /dev/null and b/public/brand-logo.png differ diff --git a/src/api/mall/trade/order/index.ts b/src/api/mall/trade/order/index.ts index 37fee8c76..ec17072b6 100644 --- a/src/api/mall/trade/order/index.ts +++ b/src/api/mall/trade/order/index.ts @@ -95,7 +95,7 @@ export interface OrderItemRespVO { orderPartPrice?: number | null //子订单分摊金额(总) orderDividePrice?: number | null //分摊后子订单实付金额(总) // ========== 营销基本信息 ========== - // TODO 芋艿:在捉摸一下 + // TODO 项目组:在捉摸一下 // ========== 售后基本信息 ========== afterSaleStatus?: number | null // 售后状态 properties?: ProductPropertiesVO[] //属性数组 diff --git a/src/assets/imgs/home-admin-avatar.png b/src/assets/imgs/home-admin-avatar.png new file mode 100644 index 000000000..c03fe8aef Binary files /dev/null and b/src/assets/imgs/home-admin-avatar.png differ diff --git a/src/assets/imgs/home-notice-avatar.png b/src/assets/imgs/home-notice-avatar.png new file mode 100644 index 000000000..374c854a5 Binary files /dev/null and b/src/assets/imgs/home-notice-avatar.png differ diff --git a/src/assets/imgs/kongshan-admin-avatar.svg b/src/assets/imgs/kongshan-admin-avatar.svg new file mode 100644 index 000000000..8738106cf --- /dev/null +++ b/src/assets/imgs/kongshan-admin-avatar.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/imgs/kongshan-notice-avatar.svg b/src/assets/imgs/kongshan-notice-avatar.svg new file mode 100644 index 000000000..6950bf1f0 --- /dev/null +++ b/src/assets/imgs/kongshan-notice-avatar.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/DiyEditor/components/mobile/UserCard/index.vue b/src/components/DiyEditor/components/mobile/UserCard/index.vue index 14b447c62..1c833fac6 100644 --- a/src/components/DiyEditor/components/mobile/UserCard/index.vue +++ b/src/components/DiyEditor/components/mobile/UserCard/index.vue @@ -5,7 +5,7 @@ - 芋道源码 + 空山平台
diff --git a/src/components/DiyEditor/index.vue b/src/components/DiyEditor/index.vue index fa23a4d0f..fdc614124 100644 --- a/src/components/DiyEditor/index.vue +++ b/src/components/DiyEditor/index.vue @@ -171,7 +171,7 @@ />
手机扫码预览 - +
diff --git a/src/components/DocAlert/index.vue b/src/components/DocAlert/index.vue index 0073266c3..793ded5cb 100644 --- a/src/components/DocAlert/index.vue +++ b/src/components/DocAlert/index.vue @@ -1,7 +1,9 @@ @@ -17,13 +19,15 @@ const props = defineProps({ /** 跳转 URL 链接 */ const goToUrl = () => { - window.open(props.url) + window.open(helpCenterUrl) } /** 是否开启 */ const getEnable = () => { return import.meta.env.VITE_APP_DOCALERT_ENABLE !== 'false' } + +const helpCenterUrl = import.meta.env.VITE_APP_HELP_CENTER_URL || 'http://m.swelife.cn/#/pages/index'