mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
移除远程版本更新链接
This commit is contained in:
@@ -392,7 +392,6 @@ export default class UserService {
|
|||||||
).body;
|
).body;
|
||||||
const lastVersion = lastVersionFileContent.match(versionRegx)![1];
|
const lastVersion = lastVersionFileContent.match(versionRegx)![1];
|
||||||
const lastLog = lastVersionFileContent.match(logRegx)![1];
|
const lastLog = lastVersionFileContent.match(logRegx)![1];
|
||||||
const lastLink = lastVersionFileContent.match(linkRegx)![1];
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
code: 200,
|
code: 200,
|
||||||
@@ -400,7 +399,6 @@ export default class UserService {
|
|||||||
hasNewVersion: currentVersion !== lastVersion,
|
hasNewVersion: currentVersion !== lastVersion,
|
||||||
lastVersion,
|
lastVersion,
|
||||||
lastLog,
|
lastLog,
|
||||||
lastLink,
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
} catch (error: any) {
|
} catch (error: any) {
|
||||||
|
|||||||
Reference in New Issue
Block a user