From 4847bb6fac51ac845b0d065eda97494878a8f98c Mon Sep 17 00:00:00 2001 From: lencx Date: Fri, 3 Feb 2023 01:30:03 +0800 Subject: [PATCH] chore: copy --- src-tauri/src/scripts/cmd.js | 4 ++++ src-tauri/src/scripts/export.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src-tauri/src/scripts/cmd.js b/src-tauri/src/scripts/cmd.js index 9a7f727..385b4fb 100644 --- a/src-tauri/src/scripts/cmd.js +++ b/src-tauri/src/scripts/cmd.js @@ -79,6 +79,10 @@ function init() { width: 16px; height: 16px; } + .chatappico.cpok { + width: 16px; + height: 16px; + } @media screen and (max-width: 767px) { #download-png-button, #download-pdf-button, #download-html-button { display: none; diff --git a/src-tauri/src/scripts/export.js b/src-tauri/src/scripts/export.js index fc96abd..5a0b727 100644 --- a/src-tauri/src/scripts/export.js +++ b/src-tauri/src/scripts/export.js @@ -275,7 +275,7 @@ function setIcon(type) { pdf: ``, md: ``, copy: ``, - cpok: `` + cpok: `` }[type]; }