1 Star 0 Fork 10

自知/xiuxian-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.ts 308 Bytes
一键复制 编辑 原始数据 按行查看 历史
柠檬冲水 提交于 2024-02-03 22:33 . 删除多余文件
import { dirname, basename } from 'node:path'
import { fileURLToPath } from 'url'
const __dirname = dirname(fileURLToPath(import.meta.url))
// 插件名
export const AppName = basename(__dirname)
// 插件路径
export const cwd = __dirname.replace(/\\/g, '/')
// 插件版本
export const version = '1.4.0'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Ke_scholar/xiuxian-plugin.git
git@gitee.com:Ke_scholar/xiuxian-plugin.git
Ke_scholar
xiuxian-plugin
xiuxian-plugin
main

搜索帮助