mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-11 17:29:44 +00:00
docs(readme): add development warning for Linux compatibility
This commit is contained in:
parent
c8112b43bc
commit
f1cace38d4
@ -3,6 +3,11 @@
|
|||||||
> Kunkun is a cross-platform extensible app launcher like Raycast or Alfred.
|
> Kunkun is a cross-platform extensible app launcher like Raycast or Alfred.
|
||||||
> All extensions run in a sandboxed environment by default to ensure security.
|
> All extensions run in a sandboxed environment by default to ensure security.
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
> This project is still in the early stages of development.
|
||||||
|
> There are known compatibility issues with Linux.
|
||||||
|
> Author is working on fixing them.
|
||||||
|
|
||||||
## Demo Video and Instructions
|
## Demo Video and Instructions
|
||||||
|
|
||||||
- YouTube: https://youtu.be/HfQb38s8VjY
|
- YouTube: https://youtu.be/HfQb38s8VjY
|
||||||
|
@ -94,7 +94,7 @@ async function copyTemplate(templateTgz: string, targetFolderName: string): Prom
|
|||||||
message: "Select an Extension Template",
|
message: "Select an Extension Template",
|
||||||
choices: [
|
choices: [
|
||||||
{
|
{
|
||||||
name: "Preset Template (Web Worker)",
|
name: "Template UI (Web Worker)",
|
||||||
value: "template",
|
value: "template",
|
||||||
description:
|
description:
|
||||||
"Write regular logic in TypeScript in OOP manner to render extension UI based on predefined template."
|
"Write regular logic in TypeScript in OOP manner to render extension UI based on predefined template."
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "create-kunkun",
|
"name": "create-kunkun",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.1.45",
|
"version": "0.1.47",
|
||||||
"bin": {
|
"bin": {
|
||||||
"create-kunkun": "dist/index.mjs"
|
"create-kunkun": "dist/index.mjs"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user