增加最新版本图片与更新历史

This commit is contained in:
woohoo 2022-01-05 18:16:15 +08:00
parent 180126000a
commit c8016a930d

View File

@ -15,6 +15,7 @@
___window___.WHTRANS = true;
const CC_set = /[\u4e00-\u9fa5]/;
const version = '0.2.0105b';
const changelist = [
{
@ -2892,7 +2893,6 @@
// transDict.calDict = calDict;
// if (!localStorage.getItem('wh_trans_transDict')) localStorage.setItem('wh_trans_transDict', JSON.stringify(transDict))
const version = '0.2.0104a';
let device;
if (window.innerWidth > 1000) device = 'pc';
else if (window.innerWidth <= 600) device = 'mobile';