更新若干功能

This commit is contained in:
李琦
2026-08-15 17:18:00 +08:00
parent 4954295961
commit 6a81e479ef
77 changed files with 8165 additions and 2372 deletions

View File

@@ -1,7 +1,3 @@
{
"host": "101.43.12.11",
"port": 3306,
"user": "code_count",
"password": "code_count",
"database": "code_count"
"baseUrl": "https://o-api.nailaoyun.cn/pms-api"
}

View File

@@ -1,15 +1,15 @@
{
"fixed": {
"file_version": "0.1.0"
"file_version": "2.0.0"
},
"info": {
"0000": {
"ProductVersion": "0.1.0",
"ProductVersion": "2.0.0",
"CompanyName": "liqi",
"FileDescription": "My Product Description",
"LegalCopyright": "© now, My Company",
"ProductName": "My Product",
"FileDescription": "本地代码统计与项目工作台",
"LegalCopyright": "(c) 2026, liqi",
"ProductName": "年糕崽崽项目管理PMS",
"Comments": "本地代码统计与项目工作台"
}
}
}
}

Binary file not shown.

View File

@@ -1,4 +1,4 @@
Unicode true
Unicode true
####
## Please note: Template replacements don't work in this file. They are provided with default defines like
@@ -56,6 +56,9 @@ ManifestDPIAware true
# !define MUI_WELCOMEFINISHPAGE_BITMAP "resources\leftimage.bmp" #Include this to add a bitmap on the left side of the Welcome Page. Must be a size of 164x314
!define MUI_FINISHPAGE_NOAUTOCLOSE # Wait on the INSTFILES page so the user can take a look into the details of the installation steps
!define MUI_ABORTWARNING # This will warn the user if they exit from the installer.
# Finish page: run app checkbox, checked by default
!define MUI_FINISHPAGE_RUN "$INSTDIR\${PRODUCT_EXECUTABLE}"
!define MUI_FINISHPAGE_RUN_TEXT "运行 ${INFO_PRODUCTNAME}"
!insertmacro MUI_PAGE_WELCOME # Welcome to the installer page.
# !insertmacro MUI_PAGE_LICENSE "resources\eula.txt" # Adds a EULA page to the installer
@@ -65,7 +68,7 @@ ManifestDPIAware true
!insertmacro MUI_UNPAGE_INSTFILES # Uninstalling page
!insertmacro MUI_LANGUAGE "English" # Set the Language of the installer
!insertmacro MUI_LANGUAGE "SimpChinese" # Simplified Chinese installer UI
## The following two statements can be used to sign the installer and the uninstaller. The path to the binaries are provided in %1
#!uninstfinalize 'signtool --file "%1"'

View File

@@ -1,4 +1,4 @@
# DO NOT EDIT - Generated automatically by `wails build`
# DO NOT EDIT - Generated automatically by `wails build`
!include "x64.nsh"
!include "WinVer.nsh"
@@ -11,13 +11,13 @@
!define INFO_COMPANYNAME "liqi"
!endif
!ifndef INFO_PRODUCTNAME
!define INFO_PRODUCTNAME "My Product"
!define INFO_PRODUCTNAME "年糕崽崽项目管理PMS"
!endif
!ifndef INFO_PRODUCTVERSION
!define INFO_PRODUCTVERSION "0.1.0"
!define INFO_PRODUCTVERSION "2.0.0"
!endif
!ifndef INFO_COPYRIGHT
!define INFO_COPYRIGHT "© now, My Company"
!define INFO_COPYRIGHT "(c) 2026, liqi"
!endif
!ifndef PRODUCT_EXECUTABLE
!define PRODUCT_EXECUTABLE "${INFO_PROJECTNAME}.exe"
@@ -65,11 +65,11 @@ RequestExecutionLevel "${REQUEST_EXECUTION_LEVEL}"
!macro wails.checkArchitecture
!ifndef WAILS_WIN10_REQUIRED
!define WAILS_WIN10_REQUIRED "This product is only supported on Windows 10 (Server 2016) and later."
!define WAILS_WIN10_REQUIRED "本产品仅支持 Windows 10Server 2016)及更高版本。"
!endif
!ifndef WAILS_ARCHITECTURE_NOT_SUPPORTED
!define WAILS_ARCHITECTURE_NOT_SUPPORTED "This product can't be installed on the current Windows architecture. Supports: ${ARCH}"
!define WAILS_ARCHITECTURE_NOT_SUPPORTED "当前 Windows 架构不支持安装本产品。支持:${ARCH}"
!endif
${If} ${AtLeastWin10}
@@ -171,7 +171,7 @@ RequestExecutionLevel "${REQUEST_EXECUTION_LEVEL}"
# See https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution#online-only-deployment
!macro wails.webview2runtime
!ifndef WAILS_INSTALL_WEBVIEW_DETAILPRINT
!define WAILS_INSTALL_WEBVIEW_DETAILPRINT "Installing: WebView2 Runtime"
!define WAILS_INSTALL_WEBVIEW_DETAILPRINT "正在安装WebView2 运行时"
!endif
SetRegView 64

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity type="win32" name="com.wails.code-count" version="0.1.0" processorArchitecture="*"/>
<assemblyIdentity type="win32" name="com.liqi.codecount" version="2.0.0.0" processorArchitecture="*"/>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>