1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-12-08 13:49:37 +00:00

fix: 修复代码格式,确保脚本末尾有换行符

This commit is contained in:
Sunwuyuan 2025-12-07 16:21:16 +08:00
parent 7d90e6ee33
commit e3e3575c65
No known key found for this signature in database
GPG Key ID: A6A54CF66F56BB64

View File

@ -113,7 +113,7 @@ export default {
if (res && res.data) {
data = res.data
}
if (data) {
this.kvConfig = {
sources: Array.isArray(data.sources) ? data.sources : ['hitokoto'],
@ -151,4 +151,4 @@ export default {
}
}
}
</script>
</script>