Skip to content

Commit 1bea8c8

Browse files
committed
chore(ui): use tailadmin css replace vue-element-plus
1 parent db063cf commit 1bea8c8

38 files changed

Lines changed: 1542 additions & 2534 deletions

.woodpecker/build-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ steps:
2929
event:
3030
- push
3131
- tag
32+
- cron
3233

3334
depends_on:
3435
- test-linux

.woodpecker/chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ steps:
2727
event:
2828
- push
2929
- tag
30+
- cron
3031

3132
depends_on:
3233
- manifest

.woodpecker/manifest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ steps:
3636
event:
3737
- tag
3838
- push
39+
- cron
3940

4041
depends_on:
4142
- build-linux

.woodpecker/test-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ steps:
2323
event:
2424
- push
2525
- tag
26+
- cron

rootfs/api/templates/base/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>{% block title %}Drycc Passport{% endblock %}</title>
7+
<title>{% block title %}Drycc CaaS{% endblock %}</title>
88
<link rel="stylesheet" href="{% static 'css/main.css' %}" type="text/css">
99
{% block extra_head %}{% endblock %}
1010
</head>

rootfs/web/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Drycc Passport</title>
6+
<title>Drycc CaaS</title>
77
</head>
8-
<body>
8+
<body class="overflow-y-scroll">
99
<div id="app"></div>
10-
<script type="module" src="/src/main.js"></script>
10+
<script type="module" src="/src/main.ts"></script>
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)