mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-08-31 07:27:50 +00:00
Feature: clipboard history extension (#35)
* feat: implement clipboard history preview * feat: clipboard history pagination * refactor: format code * fix: sql schema * feat: add json metadata to unit test * upgrade: js dependencies * upgrade: desktop rust dependencies * fix: clipboard history duplicate key bug when searchTerm clears * upgrade: tauri-plugin-network submodule solve pnpm lock file * fix: grpc package CI * chore: update turbo.json outputs to include dist and build directories * fix: try to fix template-ext-vue tailwind module.export * ci: prevent error when protoc is not installed in CF pages * fix: update writeFile function to accept ReadableStream as data type
This commit is contained in:
parent
99b940b03b
commit
80ad705f7c
32 changed files with 2423 additions and 1263 deletions
|
@ -1,7 +1,7 @@
|
|||
import animate from "tailwindcss-animate"
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
export default {
|
||||
darkMode: ["class"],
|
||||
safelist: ["dark"],
|
||||
prefix: "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue