🚨 修复构建异常

This commit is contained in:
BTMuli
2025-05-29 20:59:06 +08:00
parent b30d96c3d3
commit 33e9704f2d
2 changed files with 5 additions and 3 deletions

View File

@@ -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 */

View File

@@ -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;