feat:修改版本号

This commit is contained in:
fanxb 2023-03-07 22:42:06 +08:00
parent f90002b969
commit 9b1f3f725d
2 changed files with 4 additions and 1 deletions

3
config.json Normal file
View File

@ -0,0 +1,3 @@
{
"version":1.3
}

View File

@ -34,7 +34,7 @@ export default {
name: "Home",
data() {
return {
version: 1.2,
version: 1.3,
latestVersion: null,
activeIndex: location.pathname,
};