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({
24
24
const myTheme = {
25
25
dark : dark ,
26
26
colors : {
27
- secondary : '#3AA675 ' ,
27
+ secondary : '#1F8657 ' ,
28
28
} ,
29
29
}
30
30
Original file line number Diff line number Diff line change 3
3
<cron-demo >
4
4
</cron-demo >
5
5
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 16
16
"scripts" : {
17
17
"clean" : " npm run clean --workspaces --if-present" ,
18
18
"build" : " npm run build --workspaces --if-present" ,
19
- "build-demo" : " cd demo && npm run build-all " ,
19
+ "build-demo" : " cd demo && npm run build" ,
20
20
"build-docs" : " cd docs && npm run build" ,
21
21
"test" : " npm run test --workspaces --if-present" ,
22
22
"dry-run" : " multi-semantic-release --dry-run --ignore-private-packages" ,
You can’t perform that action at this time.
0 commit comments