STM8S003K3(instead of STM8S003F

I try to. Platformio/platforms/ststm8 / boards/stm8s003f3 json content in replacing the original stm8003k3. The contents of the json.The project can be created successfully.But project/.Pio/build/stm8s003f3/idedata.json content is not correct.The following

{“env_name”: “stm8s003f3”, “libsource_dirs”: ["/home/jack-chen/develop/stm8/pio/emiu/lib", “/home/jack-chen/develop/stm8/pio/emiu/.pio/libdeps/stm8s003f3”, “/home/jack-chen/.platformio/lib”], “defines”: [“F_CPU=16000000L”, “PLATFORMIO=60104”, “STM8S_003”, “STM8S003K3”, “USE_STDPERIPH_DRIVER”, “USE_STDINT”], “includes”: {“build”: ["/home/jack-chen/develop/stm8/pio/emiu/include", “/home/jack-chen/develop/stm8/pio/emiu/src”, “/home/jack-chen/develop/stm8/pio/emiu/include”, “/home/jack-chen/develop/stm8/pio/emiu/src”, “/home/jack-chen/.platformio/packages/framework-ststm8spl/Libraries/STM8S_StdPeriph_Driver/inc”, “/home/jack-chen/develop/stm8/pio/emiu/src”], “compatlib”: [], “toolchain”: []}, “cc_flags”: “-mstm8 --opt-code-size”, “cxx_flags”: “”, “cc_path”: “/home/jack-chen/.platformio/packages/toolchain-sdcc/bin/sdcc”, “cxx_path”: “/usr/bin/c++”, “gdb_path”: “/home/jack-chen/.platformio/packages/tool-stm8binutils/bin/stm8-gdb”, “prog_path”: “/home/jack-chen/develop/stm8/pio/emiu/.pio/build/stm8s003f3/firmware.elf”, “svd_path”: “/home/jack-chen/.platformio/platforms/ststm8/misc/svd/STM8S003K3.svd”, “compiler_type”: null, “targets”: [{“name”: “upload”, “group”: “Platform”, “title”: “Upload”}], “extra”: {“flash_images”: []}}