Compare commits

..

2 Commits

Author SHA1 Message Date
a857afbb2c fix : tailwindcss 2025-04-01 23:50:01 +08:00
0a8d7abf9a npm publish 2025-03-31 21:18:04 +08:00
4 changed files with 10 additions and 0 deletions

3
.npmrc Normal file
View File

@@ -0,0 +1,3 @@
//npm.xiongxiao.me/:_authToken=${ME_NPM_TOKEN}
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
ignore-workspace-root-check=true

View File

@@ -27,5 +27,8 @@
"devDependencies": {
"clsx": "^2.1.1",
"tailwind-merge": "^3.0.2"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -52,6 +52,8 @@ export const themeOptions: ThemeOptions = {
white: secondaryMain,
},
text: {
// primary: '#000000',
// secondary: '#000000',
primary: amber[600],
secondary: amber[600],
},

View File

@@ -3,6 +3,8 @@
@theme {
--color-primary: #ffc107;
--color-secondary: #ffa000;
--color-text-primary: #000000;
--color-text-secondary: #000000;
--color-success: #28a745;
--color-scrollbar-thumb: #999999;
--color-scrollbar-track: rgba(0, 0, 0, 0.1);