feat: implement pages
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
declare module '*.css';
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly SSG_MD: boolean;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
:root {
|
||||
/* Example brand color overrides for the custom theme scaffold. */
|
||||
--rp-c-brand: #0f766e;
|
||||
--rp-c-brand-dark: #115e59;
|
||||
--rp-c-brand-tint: rgba(15, 118, 110, 0.16);
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
import './index.css';
|
||||
|
||||
export * from '@rspress/core/theme-original';
|
||||
Reference in New Issue
Block a user