oops...
This commit is contained in:
parent
8b781c4b84
commit
83e9c10646
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "13.0.8.5",
|
"version": "13.0.8.6",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -25,7 +25,7 @@ import * as os from '@/os';
|
||||||
|
|
||||||
let newRelease = false;
|
let newRelease = false;
|
||||||
let data;
|
let data;
|
||||||
os.api('latest-version').then(res => {
|
os.api('release').then(res => {
|
||||||
data = res;
|
data = res;
|
||||||
console.log(data);
|
console.log(data);
|
||||||
newRelease = (version === data?.version);
|
newRelease = (version === data?.version);
|
||||||
|
|
Loading…
Reference in New Issue