diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..2b6e6df --- /dev/null +++ b/.drone.yml @@ -0,0 +1,25 @@ +kind: pipeline +type: docker +name: deploy + +steps: + - name: build + image: node:22 + commands: + - npm install -g @quasar/cli + - npm install + - quasar build -m spa + + - name: deploy + image: appleboy/drone-scp + settings: + host: 10.10.10.8 + username: root + key: + from_secret: SSH-nginx-key + source: ./dist/spa/* + strip_components: 2 + target: /usr/share/nginx/tgcrew/admin + rm: true + when: + branch: main \ No newline at end of file diff --git a/i18n-2.xlsm b/i18n-2.xlsm index c93d3c0..4845a5d 100644 Binary files a/i18n-2.xlsm and b/i18n-2.xlsm differ diff --git a/src/components/BaseLogo.vue b/src/components/BaseLogo.vue index 12f875e..71d46c8 100644 --- a/src/components/BaseLogo.vue +++ b/src/components/BaseLogo.vue @@ -1,10 +1,10 @@ -