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,9 +1,9 @@
{
"$schema": "https://schema.kunkun.sh/",
"name": "kunkun-ext-git-skyline",
"license": "MIT",
"repository": "https://github.com/kunkunsh/kunkun-ext-git-skyline",
"private": false,
"version": "0.0.9",
"version": "0.0.10",
"type": "module",
"scripts": {
"dev": "vite",