Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add wechat miniprogram icon #1941

Closed
wants to merge 0 commits into from
Closed

Conversation

toFrankie
Copy link
Contributor

WeChat Mini Program are very popular in China and are an important achievement in the field of mobile internet applications. According to official data, as of the end of 2021, WeChat Mini Programs have accumulated more than 3 million online, with a monthly active user base of over 700 million. This number is only increasing and covers a variety of industries, including e-commerce, education, finance, healthcare, tourism, and gaming. WeChat Mini Programs are widely used and promoted due to their convenience, resource sharing, and excellent user experience, becoming an important innovation and development achievement in the field of mobile internet in China.

Related Link:

@@ -2325,5 +2325,13 @@ export const fileIcons: FileIcons = {
},
{ name: 'typst', fileExtensions: ['typ'] },
{ name: 'ifanr-cloud', fileNames: ['.mincloudrc'] },
{
name: 'wechat-miniprogram',
fileNames: [
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately these file names are not only used for wechat projects. There might be multiple projects outside, having a "project.config.json" file but are not related to wechat. This is why I don't want to have icon associations for files where theres's a high likelilhood, that other projects use these files as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants