This commit is contained in:
2026-06-02 13:34:54 +08:00
parent d7469b9622
commit 4d9b763d18
46 changed files with 0 additions and 2718 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -1,7 +0,0 @@
import { create, NButton, NConfigProvider } from "naive-ui";
const useNaiveUi = create({
components: [NButton, NConfigProvider]
});
export default useNaiveUi;

View File

@@ -1,5 +0,0 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

View File

@@ -1,2 +0,0 @@
/** 全局样式 */
@use "./global.scss";

View File

@@ -1,4 +0,0 @@
/**
* 引入 Tailwind CSS
*/
@import "tailwindcss";

View File

@@ -1 +0,0 @@
$bgColor: #ff0000;

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 8.5 KiB

View File

@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="37.07" height="36" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 198"><path fill="#41B883" d="M204.8 0H256L128 220.8L0 0h97.92L128 51.2L157.44 0h47.36Z"></path><path fill="#41B883" d="m0 0l128 220.8L256 0h-51.2L128 132.48L50.56 0H0Z"></path><path fill="#35495E" d="M50.56 0L128 133.12L204.8 0h-47.36L128 51.2L97.92 0H50.56Z"></path></svg>

Before

Width:  |  Height:  |  Size: 496 B