Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
palmcivet committed Aug 20, 2024
1 parent 0b90c15 commit e4e1c5d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adjust-figma-toolbelt",
"version": "1.0.5",
"version": "1.0.6",
"private": true,
"author": "Palm Civet",
"repository": "https://github.com/palmcivet/adjust-figma-toolbelt",
Expand Down
29 changes: 15 additions & 14 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@ import pkg from "./package.json";

const BANNER = `/* eslint-disable */
// ==UserScript==
// @name ${pkg.name}
// @name:zh-CN ${pkg.name}
// @namespace ${pkg.repository}
// @version ${pkg.version}
// @license ${pkg.license}
// @author ${pkg.author}
// @updateURL https://palmcivet.github.io/${pkg.repository}/main.js
// @description ${pkg.name} is a versatile script designed to enhance your Figma experience by allowing you to reposition the toolbelt with ease.
// @match https://www.figma.com/design/*
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
// @grant GM_registerMenuCommand
// @grant GM_unregisterMenuCommand
// @name ${pkg.name}
// @name:zh-CN ${pkg.name}
// @namespace ${pkg.repository}
// @version ${pkg.version}
// @license ${pkg.license}
// @author ${pkg.author}
// @updateURL https://palmcivet.github.io/${pkg.repository}/main.js
// @description ${pkg.name} is a versatile script designed to enhance your Figma experience by allowing you to reposition the toolbelt with ease.
// @description:zh-CN ${pkg.name} 是一个用于增强 Figma 体验的脚本,可以轻松地将工具栏调整到想要的位置。
// @match https://www.figma.com/design/*
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
// @grant GM_registerMenuCommand
// @grant GM_unregisterMenuCommand
// ==/UserScript==`;

export default defineConfig({
Expand Down

0 comments on commit e4e1c5d

Please sign in to comment.