init: init proj

This commit is contained in:
2025-10-19 12:32:16 +08:00
commit 21c23d9400
52 changed files with 2924 additions and 0 deletions

33
entry/build-profile.json5 Normal file
View File

@@ -0,0 +1,33 @@
{
"apiType": "stageMode",
"buildOption": {
"resOptions": {
"copyCodeResource": {
"enable": false
}
}
},
"buildOptionSet": [
{
"name": "release",
"arkOptions": {
"obfuscation": {
"ruleOptions": {
"enable": false,
"files": [
"./obfuscation-rules.txt"
]
}
}
}
},
],
"targets": [
{
"name": "default"
},
{
"name": "ohosTest",
}
]
}