This commit is contained in:
josc146
2023-12-29 00:38:33 +08:00
parent 7e2380e4ed
commit b7f4dd835e
6 changed files with 9 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ export async function startup() {
async function initRemoteText() {
await fetch('https://cdn.jsdelivr.net/gh/josstorer/RWKV-Runner@master/manifest.json', { cache: 'no-cache' })
.then(r => r.json()).then((data) => {
if (data.version > manifest.version) {
if (data.version >= manifest.version) {
if (data.introduction)
commonStore.setIntroduction(data.introduction);
if (data.about)