mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 12:43:36 +08:00
feat: use tag as version number
This commit is contained in:
@@ -76,7 +76,7 @@ export function queryMeta(key: string, defaultValue?: string): string {
|
||||
}
|
||||
|
||||
let currentId: string;
|
||||
export function getCurrentCommitId() {
|
||||
export function getCurrentVersion() {
|
||||
if (currentId) {
|
||||
return currentId;
|
||||
}
|
||||
|
Reference in New Issue
Block a user