mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
refactor: 修改文案
This commit is contained in:
parent
7213d881d9
commit
37657b15d2
@ -2,8 +2,8 @@ import { extensions, window, version, env, Uri, languages } from 'vscode';
|
|||||||
import { getCodeLanguage, getExtensionVersion } from './shared'
|
import { getCodeLanguage, getExtensionVersion } from './shared'
|
||||||
import insertLog from './insertLog';
|
import insertLog from './insertLog';
|
||||||
|
|
||||||
const BUTTON_FEEDBACK = '🚀反馈问题';
|
const BUTTON_FEEDBACK = '✋意见反馈';
|
||||||
const BUTTON_DIAGRAMMATIZE = '🦕图解正则';
|
const BUTTON_DIAGRAMMATIZE = '🤖图解正则';
|
||||||
const BUTTON_CANCEL = '关闭';
|
const BUTTON_CANCEL = '关闭';
|
||||||
|
|
||||||
export default function (title: string, rule: string): void {
|
export default function (title: string, rule: string): void {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user