add alpha branch

This commit is contained in:
就眠儀式
2022-01-27 16:18:16 +08:00
parent 5c79b2b9ba
commit 5ea8b7bf7c
103 changed files with 577 additions and 474 deletions

View File

@@ -17,7 +17,7 @@ export default {
setup() {
const openMsg = function() {
layer.msg("普通消息", { time: 1000 })
layer.msg("普通消息", { time: 100000 })
}
return {
openMsg
@@ -48,7 +48,7 @@ export default {
setup() {
const openSuccess = function() {
layer.msg("成功消息", { icon : 1, time: 1000})
layer.msg("成功消息", { icon : 1, time: 100000})
}
const openFailure = function() {