Skip to content

Commit

Permalink
feature: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Jan 23, 2021
1 parent 1da9f78 commit abc50d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ formatTimeStr, // 格式化时间成:刚刚、几分钟前
// 缓存、cookie、session
setCookie, // setCookie写入cookie的方法
setLocal, // 写localStorage
setCache, // 写localStorage
setSession, // 写sessionStorage
getCookie, // 读取cookies
getLocal, // 读取localStorage
getCache, // 读取localStorage
getSession, // 读取sessionStorage
delCookie, // 删除cookie
delLocal, // 删除localStorage
delCache, // 删除localStorage
delSession, // 删除sessionStorage
// 编码与解码
Expand Down

0 comments on commit abc50d5

Please sign in to comment.