mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Merge pull request #782 from xiaoyifang/opt/action-xapian
action: modify xapian note
This commit is contained in:
commit
4b8c87a30d
6
.github/workflows/macos-homebrew-xapian.yml
vendored
6
.github/workflows/macos-homebrew-xapian.yml
vendored
|
@ -141,7 +141,7 @@ jobs:
|
|||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: ${{ env.targetName }}.dmg
|
||||
asset_name: ${{ matrix.qt_ver }}-${{ env.targetName }}_${{ matrix.os }}_homebrew_xapian_${{steps.vars.outputs.release_date}}.dmg
|
||||
asset_name: ${{ matrix.qt_ver }}-${{ env.targetName }}_${{ matrix.os }}_homebrew_${{steps.vars.outputs.release_date}}.dmg
|
||||
tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }}
|
||||
overwrite: true
|
||||
release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }}
|
||||
|
@ -163,10 +163,10 @@ jobs:
|
|||
**recommend version**:Qt6.X (with the latest bug fixes and performance enhancements)
|
||||
|
||||
Filename pattern: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
|
||||
`-xapian` is built with [xapian](https://xapian.org/) support which offers 10X~20X performance
|
||||
[xapian](https://xapian.org/) is enabled by default which offers 10X~20X performance
|
||||
------------------------------
|
||||
文件名的模式: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
|
||||
`-xapian` 表示使用的是 [xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持
|
||||
[xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持
|
||||
比如:
|
||||
6.4.3-GoldenDict.exe_windows-2022_20230502.zip
|
||||
表示基于qt6.4.3,windows-2022, 于20230502日创建的版本。
|
||||
|
|
6
.github/workflows/ubuntu-6.2-xapian.yml
vendored
6
.github/workflows/ubuntu-6.2-xapian.yml
vendored
|
@ -127,7 +127,7 @@ jobs:
|
|||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: ${{ steps.vars.outputs.appname }}
|
||||
asset_name: ${{ matrix.qt_ver }}-xapian-${{ steps.vars.outputs.appname }}
|
||||
asset_name: ${{ matrix.qt_ver }}-${{ steps.vars.outputs.appname }}
|
||||
tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }}
|
||||
overwrite: true
|
||||
release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }}
|
||||
|
@ -149,10 +149,10 @@ jobs:
|
|||
**recommend version**:Qt6.X (with the latest bug fixes and performance enhancements)
|
||||
|
||||
Filename pattern: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
|
||||
`-xapian` is built with [xapian](https://xapian.org/) support which offers 10X~20X performance
|
||||
[xapian](https://xapian.org/) is enabled by default which offers 10X~20X performance
|
||||
------------------------------
|
||||
文件名的模式: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
|
||||
`-xapian` 表示使用的是 [xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持
|
||||
[xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持
|
||||
比如:
|
||||
6.4.3-GoldenDict.exe_windows-2022_20230502.zip
|
||||
表示基于qt6.4.3,windows-2022, 于20230502日创建的版本。
|
||||
|
|
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
|
@ -137,10 +137,10 @@ jobs:
|
|||
**recommend version**:Qt6.X (with the latest bug fixes and performance enhancements)
|
||||
|
||||
Filename pattern: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
|
||||
`-xapian` is built with [xapian](https://xapian.org/) support which offers 10X~20X performance
|
||||
[xapian](https://xapian.org/) is enabled by default which offers 10X~20X performance
|
||||
------------------------------
|
||||
文件名的模式: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
|
||||
`-xapian` 表示使用的是 [xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持
|
||||
[xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持
|
||||
比如:
|
||||
6.4.3-GoldenDict.exe_windows-2022_20230502.zip
|
||||
表示基于qt6.4.3,windows-2022, 于20230502日创建的版本。
|
||||
|
|
8
.github/workflows/windows-6.x-xapian.yml
vendored
8
.github/workflows/windows-6.x-xapian.yml
vendored
|
@ -150,10 +150,10 @@ jobs:
|
|||
**recommend version**:Qt6.X (with the latest bug fixes and performance enhancements)
|
||||
|
||||
Filename pattern: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
|
||||
`-xapian` is built with [xapian](https://xapian.org/) support which offers 10X~20X performance
|
||||
[xapian](https://xapian.org/) is enabled by default which offers 10X~20X performance
|
||||
------------------------------
|
||||
文件名的模式: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
|
||||
`-xapian` 表示使用的是 [xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持
|
||||
[xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持
|
||||
比如:
|
||||
6.4.3-GoldenDict.exe_windows-2022_20230502.zip
|
||||
表示基于qt6.4.3,windows-2022, 于20230502日创建的版本。
|
||||
|
@ -167,7 +167,7 @@ jobs:
|
|||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: release/${{ env.targetName }}
|
||||
asset_name: ${{ matrix.qt_ver }}.${{ matrix.os }}-xapian-${{ env.targetName }}
|
||||
asset_name: ${{ matrix.qt_ver }}.${{ matrix.os }}-${{ env.targetName }}
|
||||
tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }}
|
||||
overwrite: true
|
||||
release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }}
|
||||
|
@ -178,7 +178,7 @@ jobs:
|
|||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: release/GoldenDict.pdb
|
||||
asset_name: ${{ matrix.qt_ver }}.${{ matrix.os }}-xapian-GoldenDict.pdb
|
||||
asset_name: ${{ matrix.qt_ver }}.${{ matrix.os }}-GoldenDict.pdb
|
||||
tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }}
|
||||
overwrite: true
|
||||
release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }}
|
||||
|
|
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -141,10 +141,10 @@ jobs:
|
|||
**recommend version**:Qt6.X (with the latest bug fixes and performance enhancements)
|
||||
|
||||
Filename pattern: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
|
||||
`-xapian` is built with [xapian](https://xapian.org/) support which offers 10X~20X performance
|
||||
[xapian](https://xapian.org/) is enabled by default which offers 10X~20X performance
|
||||
------------------------------
|
||||
文件名的模式: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
|
||||
`-xapian` 表示使用的是 [xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持
|
||||
[xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持
|
||||
比如:
|
||||
6.4.3-GoldenDict.exe_windows-2022_20230502.zip
|
||||
表示基于qt6.4.3,windows-2022, 于20230502日创建的版本。
|
||||
|
|
Loading…
Reference in a new issue