Skip to content

Commit f6cd05d

Browse files
committed
更新0.59.0配置
1 parent 8794555 commit f6cd05d

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

settings.py

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

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

12-
# DEBUG = False
1312
DEBUG = False
13+
# DEBUG = False
1414

1515
# excalidraw 自定义字体
1616
# excalidraw custom font
@@ -54,8 +54,8 @@
5454

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

6060
force_version_info = {
6161
'name': 'v0.57.5 release',
@@ -77,25 +77,25 @@
7777
}
7878
}
7979

80-
# VERSION_INFO_OVERRIDE_BETA = True
81-
VERSION_INFO_OVERRIDE_BETA = False
80+
VERSION_INFO_OVERRIDE_BETA = True
81+
# VERSION_INFO_OVERRIDE_BETA = False
8282
# beta
8383
force_version_info_beta = {
84-
'name': 'v0.58.3-beta release',
85-
'zipball_url': 'https://github.com/zadam/trilium/archive/refs/tags/v0.58.3-beta.zip',
86-
'browser_download_url': 'https://github.com/zadam/trilium/releases/download/v0.58.3-beta/trilium-linux-x64-0.58.3-beta.tar.xz'
84+
'name': 'v0.59.0-beta release',
85+
'zipball_url': 'https://github.com/zadam/trilium/archive/refs/tags/v0.59.0-beta.zip',
86+
'browser_download_url': 'https://github.com/zadam/trilium/releases/download/v0.59.0-beta/trilium-linux-x64-0.59.0-beta.tar.xz'
8787
}
8888

8989
force_version_info_full_beta = {
90-
'name': 'v0.58.3-beta release',
90+
'name': 'v0.59.0-beta release',
9191
'releases': {
92-
'linux': {'name': 'trilium-linux-x64-v0.58.3-beta.tar.xz',
93-
'url': 'https://github.com/zadam/trilium/releases/download/v0.58.3-beta/trilium-linux-x64-0.58.3-beta.tar.xz'},
94-
'linux-server': {'name': 'trilium-linux-x64-server-v0.58.3-beta.tar.xz',
95-
'url': 'https://github.com/zadam/trilium/releases/download/v0.58.3-beta/trilium-linux-x64-server-0.58.3-beta.tar.xz'},
96-
'mac': {'name': 'trilium-mac-x64-v0.58.3-beta.zip',
97-
'url': 'https://github.com/zadam/trilium/releases/download/v0.58.3-beta/trilium-mac-x64-0.58.3-beta.zip'},
98-
'windows': {'name': 'trilium-windows-x64-v0.58.3-beta.zip',
99-
'url': 'https://github.com/zadam/trilium/releases/download/v0.58.3-beta/trilium-windows-x64-0.58.3-beta.zip'}
92+
'linux': {'name': 'trilium-linux-x64-v0.59.0-beta.tar.xz',
93+
'url': 'https://github.com/zadam/trilium/releases/download/v0.59.0-beta/trilium-linux-x64-0.59.0-beta.tar.xz'},
94+
'linux-server': {'name': 'trilium-linux-x64-server-v0.59.0-beta.tar.xz',
95+
'url': 'https://github.com/zadam/trilium/releases/download/v0.59.0-beta/trilium-linux-x64-server-0.59.0-beta.tar.xz'},
96+
'mac': {'name': 'trilium-mac-x64-v0.59.0-beta.zip',
97+
'url': 'https://github.com/zadam/trilium/releases/download/v0.59.0-beta/trilium-mac-x64-0.59.0-beta.zip'},
98+
'windows': {'name': 'trilium-windows-x64-v0.59.0-beta.zip',
99+
'url': 'https://github.com/zadam/trilium/releases/download/v0.59.0-beta/trilium-windows-x64-0.59.0-beta.zip'}
100100
}
101101
}

0 commit comments

Comments
 (0)