Browse Source

Hello 2020!

20230320
MengYX 5 years ago
parent
commit
3ca3142d11
No known key found for this signature in database GPG Key ID: E63F9C7303E8F604
  1. 2
      LICENSE
  2. 2
      src/App.vue

2
LICENSE

@ -1,6 +1,6 @@
MIT License
Copyright (c) [2019] [MengYX]
Copyright (c) 2019-2020 MengYX
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

2
src/App.vue

@ -45,7 +45,7 @@
<a href="https://github.com/ix64/unlock-music/blob/master/README.md" target="_blank">其他格式</a>
</el-row>
<el-row>
<span>Copyright &copy; 2019</span> MengYX
<span>Copyright &copy; 2019-</span><span v-text="(new Date()).getFullYear()"></span> MengYX
音乐解锁使用
<a href="https://github.com/ix64/unlock-music/blob/master/LICENSE" target="_blank">MIT许可协议</a>
开放源代码

Loading…
Cancel
Save