seho

Results 29 issues of seho

``` const esbuildPluginTsc = require('esbuild-plugin-tsc'); module.exports = { outDir: './dist', esbuild: { minify: false, format: "esm", target: 'es2015', plugins: [esbuildPluginTsc()] }, assets: { baseDir: 'src', outDir: './dist', filePatterns: ['**/*.json'] }...

.mjs - > .js .cjs -> .cjs or .mjs - > ${name}.esm.js .cjs - > ${name}.cjs.js Because when I introduced the plugin with the test project, there was an error...

由于目前工程中本来使用ci自动构建2款小程序的,但是由于uniapp的cli unicloud工程,必须使用hbx绑定云服务空间进行构建。 所以万般无奈之下,我们在这几个版本中暂时不会使用ci构建小程序。我们在v1.1.1版本中发布了一个补丁,用于解决api环境变量的问题,在根目录需要用户自行新建env文件,例子如下: ``` VUE_APP_V1_TEST_API_HTTP_URL=此处替换为v1云函数的url/http/v1/ VUE_APP_V1_RELEASE_API_HTTP_URL=此处替换为v1云函数的url/http/v1/ ``` 待我们在下周与官方沟通,看能不能将cli的发布和部署,从hbx脱离出来且能够使用ci自主发布; 如果沟通无效,可能会摒弃读写分离的架构,全部使用http url读取和写入

很多用户Dcloud插件市场下载的插件,内容不全,经过和官方的沟通,原因是,我们的项目使用cli创建的,上传接口对文件进行了过滤,根目录如果没有manifest.json,则就会漏掉,所以以后的新版本,我都会在根目录放一个manifest.json,这个文件对程序造成不了影响。

question

我们的表设计是这样的: 问题表 => 解答表 我们在用户页面查询解答表的时候,通过后端建立好的数据映射,前端可以通过jql进行直接查询,查询解答表下的问题发布者信息,实现了多表嵌套(嵌套了3层,题解 -问题 - 用户信息)。目前unicloud不支持,后续支持这样的查询我们再把这个功能补齐

bug

![image](https://user-images.githubusercontent.com/35763284/120912159-85c0f280-c6bf-11eb-9b6c-a28b4a0754dc.png)

question

I am writing a web ide, and I use this plugin for the first time. I want to reload all package versions after I setversions. For example, react has been...

提供给商品卖家的一个制作海报的工具,更改了您的代码,然后集成到我们系统,这个功能是免费的

The existing framework is a pure api implementation, we can not give the type declaration file to the front-end, because the front and back-end projects are usually split. Unlike frameworks...

doing