mirror of
https://github.com/certd/certd.git
synced 2026-05-15 20:47:31 +08:00
chore: code format
This commit is contained in:
@@ -10,7 +10,7 @@ export default {
|
||||
function checkPlus() {
|
||||
// 事件处理代码
|
||||
notification.warn({
|
||||
message: "此为专业版功能,请升级到专业版"
|
||||
message: "此为专业版功能,请升级到专业版",
|
||||
});
|
||||
}
|
||||
el.addEventListener("click", function (event: any) {
|
||||
@@ -20,5 +20,5 @@ export default {
|
||||
checkPlus();
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user