Commit 73bc2377 authored by chenqikuai's avatar chenqikuai

v.0.4.3

parent ea0cc9aa
import Dexie from "dexie"; import Dexie from "dexie";
export const APPVERSION = "0.4.2"; export const APPVERSION = "0.4.3";
export const set_version = () => { export const set_version = () => {
localStorage.setItem("version", APPVERSION); localStorage.setItem("version", APPVERSION);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment