chore: update package version to 0.0.10, enhance README with package links, and add demo image

This commit is contained in:
Huakun Shen 2025-01-18 22:13:19 -05:00
parent d6ade9fca6
commit 0383dffa41
No known key found for this signature in database
3 changed files with 81 additions and 80 deletions

View File

@ -1,5 +1,6 @@
# Vue 3 + TypeScript + Vite
# Kunkun Extension Git Skyline
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
- NPM Package: https://www.npmjs.com/package/kunkun-ext-git-skyline
- Store: https://kunkun.sh/store/git-skyline
Learn more about the recommended Project Setup and IDE Support in the [Vue Docs TypeScript Guide](https://vuejs.org/guide/typescript/overview.html#project-setup).
![](./demo/transparent.png)

BIN
demo/transparent.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

View File

@ -1,79 +1,79 @@
{
"$schema": "https://schema.kunkun.sh/",
"name": "kunkun-ext-git-skyline",
"repository": "https://github.com/kunkunsh/kunkun-ext-git-skyline",
"private": false,
"version": "0.0.9",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@kksh/api": "^0.0.48",
"@kksh/vue": "0.1.4",
"@radix-icons/vue": "^1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"radix-vue": "^1.9.2",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.31",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.14.12",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.6",
"typescript": "^5.2.2",
"vite": "^5.3.4",
"vue-tsc": "^2.0.24"
},
"kunkun": {
"name": "Git Skyline",
"shortDescription": "Display your 3D GitHub Skyline",
"longDescription": "Display your 3D GitHub Skyline from https://git-skyline.huakun.tech",
"identifier": "git-skyline",
"icon": {
"type": "iconify",
"value": "tabler:building-skyscraper"
},
"demoImages": [],
"permissions": [
"clipboard:read-all"
],
"customUiCmds": [
{
"main": "/",
"dist": "dist",
"devMain": "http://localhost:5173",
"name": "Transparent Git Skyline",
"cmds": [],
"window": {
"title": "",
"transparent": true,
"hiddenTitle": true,
"decorations": false
}
},
{
"main": "https://git-skyline.huakun.tech",
"dist": "dist",
"devMain": "https://git-skyline.huakun.tech",
"name": "Git Skyline",
"cmds": [],
"window": {
"title": "GitHub Contribution"
}
}
],
"templateUiCmds": []
},
"files": [
"dist"
],
"packageManager": "pnpm@9.9.0"
"$schema": "https://schema.kunkun.sh/",
"name": "kunkun-ext-git-skyline",
"license": "MIT",
"repository": "https://github.com/kunkunsh/kunkun-ext-git-skyline",
"version": "0.0.10",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@kksh/api": "^0.0.48",
"@kksh/vue": "0.1.4",
"@radix-icons/vue": "^1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"radix-vue": "^1.9.2",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.31",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.14.12",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.6",
"typescript": "^5.2.2",
"vite": "^5.3.4",
"vue-tsc": "^2.0.24"
},
"kunkun": {
"name": "Git Skyline",
"shortDescription": "Display your 3D GitHub Skyline",
"longDescription": "Display your 3D GitHub Skyline from https://git-skyline.huakun.tech",
"identifier": "git-skyline",
"icon": {
"type": "iconify",
"value": "tabler:building-skyscraper"
},
"demoImages": [],
"permissions": [
"clipboard:read-all"
],
"customUiCmds": [
{
"main": "/",
"dist": "dist",
"devMain": "http://localhost:5173",
"name": "Transparent Git Skyline",
"cmds": [],
"window": {
"title": "",
"transparent": true,
"hiddenTitle": true,
"decorations": false
}
},
{
"main": "https://git-skyline.huakun.tech",
"dist": "dist",
"devMain": "https://git-skyline.huakun.tech",
"name": "Git Skyline",
"cmds": [],
"window": {
"title": "GitHub Contribution"
}
}
],
"templateUiCmds": []
},
"files": [
"dist"
],
"packageManager": "pnpm@9.9.0"
}