From 83985c18e5043ca11a3a36ff8d8c6162a9a9b937 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Sat, 10 Jan 2026 17:10:58 +0800
Subject: [PATCH] 1

---
 src/components/SettingDrawer/SettingDrawer.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/SettingDrawer/SettingDrawer.vue b/src/components/SettingDrawer/SettingDrawer.vue
index 401a8cb..efbb8a1 100644
--- a/src/components/SettingDrawer/SettingDrawer.vue
+++ b/src/components/SettingDrawer/SettingDrawer.vue
@@ -230,7 +230,7 @@
     doCopy () {
       // get current settings from mixin or this.$store.state.app, pay attention to the property name
       const text = `export default {
-  primaryColor: '${this.primaryColor}', // primary color of ant design
+  primaryColor: '${this.primaryColor}', // primary color of Stock Agent
   navTheme: '${this.navTheme}', // theme for nav menu
   layout: '${this.layoutMode}', // nav menu position: sidemenu or topmenu
   contentWidth: '${this.contentWidth}', // layout of content: Fluid or Fixed, only works when layout is topmenu

--
Gitblit v1.9.3