starlingx
starling 助手
Features
- 一键导入:右键菜单/CMD+Shift+P
- 推荐匹配的 Key
Extension Settings
vscode-starlingX.sourceReplacement : 将源文案替换成这个格式,默认是:__('$KEY'/* $SOURCE */)
vscode-starlingX.projects : 数组,starling 的项目
vscode-starlingX.projects.name : 项目名
vscode-starlingX.projects.apiKey : 项目的 apiKey
vscode-starlingX.projects.business : 项目的业务
例如:
"vscode-starlingX.sourceReplacement":"__('$KEY'/* $SOURCE */)",
"vscode-starlingX.projects": [
{
"name": "AGW",
"apiKey": "xxxxxxxxxxxxxxxxxxxxx",
"business": "业务中台",
}
]
Release Notes
1.0.0
初始提交
Enjoy!
| |