Ai
3 Star 6 Fork 0

Gitee 极速下载/codepilot

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/CodePilotai/codepilot
Clone or Download
onboarding-wizard-select-folder-text-length.js 884 Bytes
Copy Edit Raw Blame History
petebytes authored 2018-11-02 01:07 +08:00 . Initial MIT release v5.0.0
import splitTest from './_split-test'
export default splitTest({
key: __filename,
hypotheses: {
'Longer text': {
instructions: `
<p>Ever find yourself looking for code you wrote before?</p>
<p>You can search code in your local folders including cloned repos.</p>
<p>None of your code leaves your computer and we do not slow you down with indexing.</p>
<p>Tip: Choose the folder that contains all your code projects.</p>
<p>Tip: Clone projects that you want to search locally.</p>
`,
buttonText: 'Select my local code folder'
},
'Shorter text': {
instructions: `
<p>You can search code in your local folders including cloned repos.</p>
<p>None of your code leaves your computer and we do not slow you down with indexing.</p>
`,
buttonText: 'Select local code folder'
}
}
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/codepilot.git
git@gitee.com:mirrors/codepilot.git
mirrors
codepilot
codepilot
master

Search