feat: 初始化 SubHub 订阅共享公告板项目

This commit is contained in:
2026-03-30 17:34:48 +08:00
commit 4bcb053756
22 changed files with 731 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import tailwindcss from '@tailwindcss/vite'
import react from '@vitejs/plugin-react'
import { defineConfig } from 'vite'
export default defineConfig({
plugins: [react(), tailwindcss()],
})