[plg137200.] vor 1 Jahr
Ursprung
Commit
6db4f8ab05

+ 4 - 4
build/script/installer.nsh

@@ -4,11 +4,11 @@
 ; RequestExecutionLevel admin
 !macro preInit
     SetRegView 64
-    WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\Program Files\gy"
-    WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\Program Files\gy"
+    WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\Program Files\gynw1"
+    WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\Program Files\gynw1"
     SetRegView 32
-    WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\Program Files\gy"
-    WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\Program Files\gy"
+    WriteRegExpandStr HKLM "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\Program Files\gynw1"
+    WriteRegExpandStr HKCU "${INSTALL_REGISTRY_KEY}" InstallLocation "C:\Program Files\gynw1"
     ; CreateDirectory $%USERPROFILE%\*mentalEfficiencyData*
     ; CopyFiles $INSTDIR\user.config $%USERPROFILE%\*mentalEfficiencyData*
     ${If} ${FileExists} $%USERPROFILE%\*mentalEfficiencyData*

+ 2 - 2
package.json

@@ -34,8 +34,8 @@
       "license": "build/script/license.txt",
       "deleteAppDataOnUninstall": false
     },
-    "productName": "自助式心理健康评估与认知行为干预系统",
-    "appId": "com.examplesingletask.yourapp.projectGy",
+    "productName": "自助式认知行为干预系统",
+    "appId": "com.examplesingletask.yourapp.projectGynew1",
     "directories": {
       "output": "build"
     },

BIN
src/renderer/assets/newImage/login_bg.png


BIN
src/renderer/assets/newImage/login_bg2.png


+ 2 - 2
src/renderer/components/TopPage.vue

@@ -93,10 +93,10 @@
       <el-row>
         <el-col :span="6" style="text-align: center">
           <img width="23px" height="20px" src="../assets/logo_icon.png" />
-          <p>自助式心理健康评估与认知行为干预系统</p>
+          <p>自助式认知行为干预系统</p>
         </el-col>
         <el-col :span="18">
-          <h4>关于自助式心理健康评估与认知行为干预系统</h4>
+          <h4>关于自助式认知行为干预系统</h4>
           <!-- <p>版权所有©{{ year }}北京决明科技有限公司</p> -->
           <p>版权所有©{{ year }}</p>
           <p>

+ 1 - 1
static/loading.html

@@ -126,7 +126,7 @@
 
 <body>
     <div class="logo">&nbsp;&nbsp;<img src="./logo_icon.png"></div>
-    <p class="loadP"><span>自助式心理健康评估与认知行为干预系统</span></p>
+    <p class="loadP"><span>自助式认知行为干预系统</span></p>
     <!-- <p><div class="progressBox">
         <div class="progress"></div>
         <div class="progress_bar" style=" width: 40%" ></div>