修改页面,完成单页模式新增首页返回上一页按钮

This commit is contained in:
2026-08-31 14:48:32 +08:00
parent aaed0584b1
commit 15b301b358
363 changed files with 10895 additions and 213 deletions
+1
View File
@@ -0,0 +1 @@
(function(o,t){if(typeof module=="object"&&module.exports){module.exports=t();return}o.StorageUtil=t()})(typeof globalThis!="undefined"?globalThis:window,function(){"use strict";function o(e,r){try{return e&&e.getItem(r)}catch(n){return null}}function t(e,r,n){try{e&&e.setItem(r,n)}catch(u){}}function i(e,r){try{e&&e.removeItem(r)}catch(n){}}return{read:o,write:t,remove:i}});