Skip to content

Commit

Permalink
更新0.59.0配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Nriver committed Feb 21, 2023
1 parent 8794555 commit f6cd05d
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

script_path = os.path.dirname(os.path.abspath(__file__))

# DEBUG = False
DEBUG = False
# DEBUG = False

# excalidraw 自定义字体
# excalidraw custom font
Expand Down Expand Up @@ -54,8 +54,8 @@

# 避免兼容性问题,强制使用某个版本的trilium
# To avoid compatibility issue, force to use certain version of trilium
# VERSION_INFO_OVERRIDE = True
VERSION_INFO_OVERRIDE = False
VERSION_INFO_OVERRIDE = True
# VERSION_INFO_OVERRIDE = False

force_version_info = {
'name': 'v0.57.5 release',
Expand All @@ -77,25 +77,25 @@
}
}

# VERSION_INFO_OVERRIDE_BETA = True
VERSION_INFO_OVERRIDE_BETA = False
VERSION_INFO_OVERRIDE_BETA = True
# VERSION_INFO_OVERRIDE_BETA = False
# beta
force_version_info_beta = {
'name': 'v0.58.3-beta release',
'zipball_url': 'https://github.com/zadam/trilium/archive/refs/tags/v0.58.3-beta.zip',
'browser_download_url': 'https://github.com/zadam/trilium/releases/download/v0.58.3-beta/trilium-linux-x64-0.58.3-beta.tar.xz'
'name': 'v0.59.0-beta release',
'zipball_url': 'https://github.com/zadam/trilium/archive/refs/tags/v0.59.0-beta.zip',
'browser_download_url': 'https://github.com/zadam/trilium/releases/download/v0.59.0-beta/trilium-linux-x64-0.59.0-beta.tar.xz'
}

force_version_info_full_beta = {
'name': 'v0.58.3-beta release',
'name': 'v0.59.0-beta release',
'releases': {
'linux': {'name': 'trilium-linux-x64-v0.58.3-beta.tar.xz',
'url': 'https://github.com/zadam/trilium/releases/download/v0.58.3-beta/trilium-linux-x64-0.58.3-beta.tar.xz'},
'linux-server': {'name': 'trilium-linux-x64-server-v0.58.3-beta.tar.xz',
'url': 'https://github.com/zadam/trilium/releases/download/v0.58.3-beta/trilium-linux-x64-server-0.58.3-beta.tar.xz'},
'mac': {'name': 'trilium-mac-x64-v0.58.3-beta.zip',
'url': 'https://github.com/zadam/trilium/releases/download/v0.58.3-beta/trilium-mac-x64-0.58.3-beta.zip'},
'windows': {'name': 'trilium-windows-x64-v0.58.3-beta.zip',
'url': 'https://github.com/zadam/trilium/releases/download/v0.58.3-beta/trilium-windows-x64-0.58.3-beta.zip'}
'linux': {'name': 'trilium-linux-x64-v0.59.0-beta.tar.xz',
'url': 'https://github.com/zadam/trilium/releases/download/v0.59.0-beta/trilium-linux-x64-0.59.0-beta.tar.xz'},
'linux-server': {'name': 'trilium-linux-x64-server-v0.59.0-beta.tar.xz',
'url': 'https://github.com/zadam/trilium/releases/download/v0.59.0-beta/trilium-linux-x64-server-0.59.0-beta.tar.xz'},
'mac': {'name': 'trilium-mac-x64-v0.59.0-beta.zip',
'url': 'https://github.com/zadam/trilium/releases/download/v0.59.0-beta/trilium-mac-x64-0.59.0-beta.zip'},
'windows': {'name': 'trilium-windows-x64-v0.59.0-beta.zip',
'url': 'https://github.com/zadam/trilium/releases/download/v0.59.0-beta/trilium-windows-x64-0.59.0-beta.zip'}
}
}

0 comments on commit f6cd05d

Please sign in to comment.