File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default defineClientConfig({
2424 const myTheme = {
2525 dark : dark ,
2626 colors : {
27- secondary : '#3AA675 ' ,
27+ secondary : '#1F8657 ' ,
2828 } ,
2929 }
3030
Original file line number Diff line number Diff line change 33<cron-demo >
44</cron-demo >
55
6- [ Get Started ] ( /vue-js-cron/guide/getting-started.html )
6+ < v-btn class = " mt-5 " color = " secondary " append-icon = " mdi-arrow-right " href = " /vue-js-cron/guide/getting-started-light .html " >Get Started</ v-btn >
Original file line number Diff line number Diff line change 1616 "scripts" : {
1717 "clean" : " npm run clean --workspaces --if-present" ,
1818 "build" : " npm run build --workspaces --if-present" ,
19- "build-demo" : " cd demo && npm run build-all " ,
19+ "build-demo" : " cd demo && npm run build" ,
2020 "build-docs" : " cd docs && npm run build" ,
2121 "test" : " npm run test --workspaces --if-present" ,
2222 "dry-run" : " multi-semantic-release --dry-run --ignore-private-packages" ,
You can’t perform that action at this time.
0 commit comments