mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-12-08 13:49:37 +00:00
fix: 修复代码格式,确保脚本末尾有换行符
This commit is contained in:
parent
7d90e6ee33
commit
e3e3575c65
@ -113,7 +113,7 @@ export default {
|
|||||||
if (res && res.data) {
|
if (res && res.data) {
|
||||||
data = res.data
|
data = res.data
|
||||||
}
|
}
|
||||||
|
|
||||||
if (data) {
|
if (data) {
|
||||||
this.kvConfig = {
|
this.kvConfig = {
|
||||||
sources: Array.isArray(data.sources) ? data.sources : ['hitokoto'],
|
sources: Array.isArray(data.sources) ? data.sources : ['hitokoto'],
|
||||||
@ -151,4 +151,4 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user