fix:1、h5 sdk创建项目

This commit is contained in:
2026-07-06 09:56:40 +08:00
commit b37bfe58c4
162 changed files with 10855 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# Rider 忽略的文件
/.idea.WV2SDK.iml
/modules.xml
/contentModel.xml
/projectSettingsUpdater.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
+1
View File
@@ -0,0 +1 @@
Uni2SDK
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="com.codeverse.userSettings.MarscodeWorkspaceAppSettingsState">
<option name="chatAppRouterInfo" value="chat-session" />
</component>
</project>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="UserContentModel">
<attachedFolders />
<explicitIncludes />
<explicitExcludes />
</component>
</project>
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/WV2SDK/SGModule/Common" vcs="Git" />
<mapping directory="$PROJECT_DIR$/WV2SDK/SGModule/Net" vcs="Git" />
<mapping directory="$PROJECT_DIR$/WV2SDK/SGModule/NetKit" vcs="Git" />
</component>
</project>