Merge pull request #608 from hicccc77/dev

Dev
This commit is contained in:
cc
2026-04-02 23:16:30 +08:00
committed by GitHub
4 changed files with 4 additions and 5 deletions

View File

@@ -294,7 +294,7 @@ jobs:
- Linux (.AppImage): ${LINUX_APPIMAGE_URL:-$RELEASE_PAGE} - Linux (.AppImage): ${LINUX_APPIMAGE_URL:-$RELEASE_PAGE}
## macOS 安装提示 ## macOS 安装提示
- 如果被系统提已损坏,你需要在终端执行以下命令去除隔离标记: - 如果被系统提已损坏,你需要在终端执行以下命令去除隔离标记:
- \`xattr -dr com.apple.quarantine "/Applications/WeFlow.app"\` - \`xattr -dr com.apple.quarantine "/Applications/WeFlow.app"\`
- 执行后重新打开 WeFlow。 - 执行后重新打开 WeFlow。

View File

@@ -264,7 +264,7 @@ jobs:
- Linux (.AppImage): ${LINUX_APPIMAGE_URL:-$RELEASE_PAGE} - Linux (.AppImage): ${LINUX_APPIMAGE_URL:-$RELEASE_PAGE}
## macOS 安装提示 ## macOS 安装提示
- 如果被系统提已损坏,你需要在终端执行以下命令去除隔离标记: - 如果被系统提已损坏,你需要在终端执行以下命令去除隔离标记:
- \`xattr -dr com.apple.quarantine "/Applications/WeFlow.app"\` - \`xattr -dr com.apple.quarantine "/Applications/WeFlow.app"\`
- 执行后重新打开 WeFlow。 - 执行后重新打开 WeFlow。

View File

@@ -279,7 +279,7 @@ jobs:
- Linux (.AppImage): ${LINUX_APPIMAGE_URL:-$RELEASE_PAGE} - Linux (.AppImage): ${LINUX_APPIMAGE_URL:-$RELEASE_PAGE}
## macOS 安装提示 ## macOS 安装提示
- 如果被系统提已损坏,你需要在终端执行以下命令去除隔离标记: - 如果被系统提已损坏,你需要在终端执行以下命令去除隔离标记:
- \`xattr -dr com.apple.quarantine "/Applications/WeFlow.app"\` - \`xattr -dr com.apple.quarantine "/Applications/WeFlow.app"\`
- 执行后重新打开 WeFlow。 - 执行后重新打开 WeFlow。

View File

@@ -17,8 +17,7 @@
"noFallthroughCasesInSwitch": true, "noFallthroughCasesInSwitch": true,
"paths": { "paths": {
"@/*": ["./src/*"] "@/*": ["./src/*"]
}, }
"baseUrl": "."
}, },
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.d.ts"], "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.d.ts"],
"references": [{ "path": "./tsconfig.node.json" }] "references": [{ "path": "./tsconfig.node.json" }]