mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-08-31 15:37: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
|
@ -36,4 +36,4 @@ client.ServerInfo(new kk.kunkun.Empty(), (err, response) => {
|
|||
console.error(err)
|
||||
}
|
||||
})
|
||||
// To trust any SSL cert, set NODE_TLS_REJECT_UNAUTHORIZED='0'
|
||||
// To trust any SSL cert, set NODE_TLS_REJECT_UNAUTHORIZED='0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue