mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-16 04:03:17 +08:00
🚨 修复构建异常
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
* @since Beta v0.7.7
|
||||
*/
|
||||
|
||||
@use "fonts/index.scss";
|
||||
@use "themes/default.scss";
|
||||
@use "themes/dark.scss";
|
||||
@use "fonts/index";
|
||||
@use "themes/default";
|
||||
@use "themes/dark";
|
||||
|
||||
:root {
|
||||
/* font */
|
||||
|
||||
@@ -356,6 +356,8 @@ function handleUser(user: TGApp.BBS.Post.User): void {
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
|
||||
|
||||
.tp-post-body {
|
||||
width: 800px;
|
||||
margin: 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user